-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
230 lines (202 loc) · 7.3 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<!-- This is a clone of the sliding sidebar from http://euforia-wp.ht2.pl/demo1/post-format-standard-2/#comment-16 -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Euforia</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- outer-sidebar and icon to toggle left-sidebar back -->
<div class="outer-sidebar">
<div class="nav-header">
<button class="navigation-button" id="navigation-button">
<i class="fa fa-bars"></i>
</button>
<div class="nav-header navbar1">
<button type="button" class="navigation-button" data-toggle="collapse" data-target="#navbar1" aria-expanded="false" aria-controls="navbar">
<i class="fa fa-bars"></i>
</button>
</div>
<h3 class="text-center">Toucans-02</h3>
</div>
<!-- Fixed Sidebar Navigation -->
<div class="sidenav">
<ul class="sidebar-nav" id="navbar1">
<li>
<a href="#" class="text-right">Home</a>
</li>
<li>
<a href="#" class="text-right">About Me</a>
</li>
<li>
<a href="#" class="text-right">Services</a>
</li>
<li>
<a href="#" class="text-right">Portfolio</a>
</li>
<li>
<a href="#" class="text-right">Blog</a>
</li>
<li>
<a href="#" class="text-right">Contact</a>
</li>
<li>
<a href="#" class="text-right">Extra</a>
</li>
</ul>
</div>
</div>
<!-- Header Animation -->
<div class="hero-image">
<h1 class="text-center">
<strong>HI, WE ARE
<span style="color: #ff0000;">TOUCANS 02</span>
</strong>
</h1>
<h2 id="keyword">
<span id="keyword-1">PROFESSIONAL
<strong>DEVELOPERS</strong>
</span>
<span id="keyword-2">PROFESSIONAL
<strong>PROGRAMMERS</strong>
</span>
<span id="keyword-3">PROFESSIONAL
<strong>WEB DESIGNERS</strong>
</span>
</h2>
<!-- hero-image -->
</div>
<!-- container -->
<!-- Left Side Bar -->
<div class="left-sidebar" id="left-sidebar">
<!-- button to go back -->
<button class="sidebar-back-button" type="button" id="sidebar-back-button">
<i class="fa fa-chevron-left"></i>
</button>
<div class="content-wrapper">
<!-- search form -->
<form class="search">
<input type="text" placeholder="Search...">
<button type="button">
<i class="fa fa-search"></i>
</button>
</form>
<!-- recent-posts section -->
<section class="recent-posts">
<h3>Recent Posts</h3>
<ul>
<li>
<a href="#">Bootstrap 4 alpha</a>
</li>
<li>
<a href="#">Post format video vimeo</a>
</li>
<li>
<a href="#">Post Format Standard</a>
</li>
<li>
<a href="#">Post format video YouTube</a>
</li>
<li>
<a href="#">Photography is more…</a>
</li>
</ul>
</section>
<!-- archives section -->
<section class="archives">
<h3>Archives</h3>
<ul>
<li>
<i class=""></i>
<a href="#">November 2017</a>
</li>
<li>
<i class=""></i>
<a href="#">December 2017</a>
</li>
</ul>
</section>
<!-- categories section -->
<section class="categories">
<h3>Categories</h3>
<ul>
<li>
<i class=""></i>
<a href="#">audio</a>
</li>
<li>
<i class=""></i>
<a href="#">Bootstrap</a>
</li>
<li>
<i class=""></i>
<a href="#">Css3</a>
</li>
<li>
<i class=""></i>
<a href="#">html5</a>
</li>
<li>
<i class=""></i>
<a href="#">music</a>
</li>
<li>
<i class=""></i>
<a href="#">Uncategorized</a>
</li>
<li>
<i class=""></i>
<a href="#">wideo</a>
</li>
<li>
<i class=""></i>
<a href="#">wordpress</a>
</li>
</ul>
</section>
<!-- meta section -->
<section class="meta">
<h3>Meta</h3>
<ul>
<li>
<i class=""></i>
<a href="#">Log in</a>
</li>
<li>
<i class=""></i>
<a href="#">Entries RSS</a>
</li>
<li>
<i class=""></i>
<a href="#">Comments RSS</a>
</li>
<li>
<i class=""></i>
<a href="#">WordPress.org</a>
</li>
</ul>
</section>
</div>
<!-- end content-wrapper div -->
</div>
<!-- end left-sidebar div -->
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Sliding nav -->
<script src="js/sliding-nav.js"></script>
<!-- Header animation -->
<script src="js/header.js"></script>
</body>
</html>