-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (75 loc) · 4.29 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!--DOCTYPE html -->
<html><head>
<meta charset="utf-8">
<title>Organized Chaos</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Loading Bootstrap -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Loading Flat UI -->
<link href="css/flat-ui.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/style-contact.css" rel="stylesheet">
<link href="css/style-content.css" rel="stylesheet">
<link href="css/style-footers.css" rel="stylesheet">
<link href="css/style-headers.css" rel="stylesheet">
<link href="css/style-portfolios.css" rel="stylesheet">
<link href="css/style-pricing.css" rel="stylesheet">
<link href="css/style-team.css" rel="stylesheet">
<link href="css/style-dividers.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="page" class="page">
<header class="item header margin-top-0 padding-bottom-0">
<div class="wrapper">
<div class="container">
<nav role="navigation" class="navbar navbar-inverse navbar-embossed navbar-lg navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button data-target="#navbar-collapse-02" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="sr-only">Toggle navigation</span>
</button>
<a href="#" class="navbar-brand brand" data-selector="nav a, a.edit" style="outline: none; cursor: pointer;">Organized Chaos</a>
</div>
<div id="navbar-collapse-02" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active propClone"><a href="#" data-selector="nav a, a.edit" style="outline: none; cursor: pointer;">Etusivu</a></li>
<li class="propClone"><a href="project.html" data-selector="nav a, a.edit" style="outline: none; cursor: pointer;">Projekti</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="propClone">
<a href="signin.php" data-selector="nav a, a.edit" style="outline: none; cursor: pointer;">Kirjaudu Sisään <span class="fa fa-lock" data-selector="span.fa" style="outline: none; cursor: pointer;"></span></a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<div class="row banner">
<div class="col-md-12">
<h1 class="text-center margin-top-100" data-selector="h1" style="outline: none; cursor: pointer;">Organized Chaos</h1><h1 class="text-center margin-top-100" data-selector="h1" style="outline: none; cursor: pointer;"><a href="signin.php" class="btn btn-info btn-hg btn-embossed" style="outline: none; cursor: pointer;"> Kirjaudu Sisään</a><span style="font-size: 18px;"> </span></h1>
<div class="text-center">
</div>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.wrapper -->
</header><!-- /.item --></div><!-- /#page -->
<!-- Load JS here for greater good =============================-->
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/jquery.ui.touch-punch.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-select.js"></script>
<script src="js/bootstrap-switch.js"></script>
<script src="js/flatui-checkbox.js"></script>
<script src="js/flatui-radio.js"></script>
<script src="js/jquery.tagsinput.js"></script>
<script src="js/jquery.placeholder.js"></script>
<script src="js/application.js"></script>
</body></html>