forked from ashakhatri007/CeptreDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (82 loc) · 3.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="{{ "css/syntax.css" }}">
<!-- <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">-->
<!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/modern-business.css">
<link rel="shortcut icon" href= "images/logo1.ico">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="css/customstyles.css">
<link rel="stylesheet" href="css/boxshadowproperties.css">
<!-- most color styles are extracted out to here -->
<link rel="stylesheet" href="css/themeblack_customstyle.css">
<style>
/* Large screens ----------- */
@media only screen and (max-width : 900px) {
/* Styles */
.jumbotron {
background-image: url('images/Ceptre_Logo.png');
background-position:right top;
background-repeat:no-repeat;
}
}
/* Large screens ----------- */
@media only screen and (min-width : 900px) {
/* Styles */
.jumbotron {
background-image: url('images/Ceptre_Logo.png');
background-position:right center;
background-repeat:no-repeat;
}
}
</style>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container topnavlinks">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="fa fa-home fa-lg navbar-brand" href="index.html"> <span class="projectTitle"> <img src="images/logo1.ico">Ceptre </span></a>
</div>
</div>
<!-- /.container -->
</nav>
<title>Ceptre </title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/themeblack_customstyle.css" rel="stylesheet">
</head>
<body>
<p>
<p>
<div class="jumbotron" >
<div class="container">
<h1>Ceptre!</h1>
<p>
<div class="row">
<div class="col-lg-6">
<p>
<p>
Ceptre is a linear logic programming language used in Game development.
<p>
<p>
</div>
<div class="col-lg-6"> <p>
<a href="CeptreWebEditor.html" target="_blank" rel=“noreferrer noopener” class="btn btn-default btn-lg">Web Editor</a>
<a href="Introduction.html" class="btn btn-default btn-lg">Documentation</a>
<p>
</div></div>
</div>
</div>
</body>
</html>