-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (146 loc) · 7.05 KB
/
index.html
File metadata and controls
152 lines (146 loc) · 7.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Huge Search</title>
<link rel="stylesheet" href="./css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="icon" href="favicon.png">
</head>
<body>
<main class="hugesearch_main">
<form action="#" method="post" class="hugesearch_form">
<input class="hugesearch_input" type="search" placeholder="Search..." required>
<button class="button_search" type="submit">
</button>
</form>
<div class="hugesearch_content">
<div class="column">
<h2>people</h2>
<ul class="hugesearch_list people">
<li>
<a href="https://twitter.com/SaraSoueidan" target="_blank">
<img src="./avatars/SaraSoueidan.jpeg" alt="avatar">
<p>Sara Soueidan</p>
</a>
</li>
<li>
<a href="https://twitter.com/rachsmithtweets" target="_blank">
<img src="./avatars/RachelSmith.png" alt="avatar">
<p>Rachel Smith</p>
</a>
</li>
<li>
<a href="https://twitter.com/peterfinlan" target="_blank">
<img src="./avatars/PeterFinlan.jpeg" alt="avatar">
<p>Peter Finlan</p>
</a>
</li>
<li>
<a href="https://twitter.com/pcridesagain" target="_blank">
<img src="./avatars/PatrickCox.png" alt="avatar">
<p>Patrick Cox</p>
</a>
</li>
<li>
<a href="https://twitter.com/twholman" target="_blank">
<img src="./avatars/TimHolman.jpeg" alt="avatar">
<p>Tim Holman</p>
</a>
</li>
<li>
<a href="https://twitter.com/shaund0na" target="_blank">
<img src="./avatars/ShaunDona.jpeg" alt="avatar">
<p>Shaun Dona</p>
</a>
</li>
</ul>
</div>
<div class="column">
<h2>popular</h2>
<ul class="hugesearch_list popular">
<li>
<a href="https://tympanus.net/codrops/2014/08/05/page-preloading-effect/" target="_blank">
<img src="./thumbs/PagePreloadingEffect.png" alt="popular">
<p>Page Preloading Effect</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/05/28/arrow-navigation-styles/" target="_blank">
<img src="./thumbs/ArrowNavigationStyles.png" alt="popular">
<p>Arrow Navigation Styles</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/" target="_blank">
<img src="./thumbs/HoverEffectsIdeasNew.png" alt="popular">
<p>Ideas for Subtle Hover Effects</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/07/14/freebie-halcyon-days-one-page-website-template/" target="_blank">
<img src="./thumbs/FreebieHalcyonDays.png" alt="popular">
<p>Halcons Day Template</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/05/22/inspiration-for-article-intro-effects/" target="_blank">
<img src="./thumbs/ArticleIntroEffects.png" alt="popular">
<p>Inspiration for Article Intro Effects</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/06/26/draggable-dual-view-slideshow/" target="_blank">
<img src="./thumbs/DraggableDualViewSlideshow.png" alt="popular">
<p>Draggable Dual-View Slideshow</p>
</a>
</li>
</ul>
</div>
<div class="column">
<h2>recent</h2>
<ul class="hugesearch_list recent">
<li>
<a href="https://tympanus.net/codrops/2014/10/07/tooltip-styles-inspiration/" target="_blank">
<img src="./thumbs/TooltipStylesInspiration.png" alt="recent">
<p>Tooltip Styles Inspiration</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/09/23/animated-backgba-circle-headers/" target="_blank">
<img src="./thumbs/AnimatedHeaderBackgrounds.png" alt="recent">
<p>Animated Backgba-circle Headers</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/09/16/off-canvas-menu-effects/" target="_blank">
<img src="./thumbs/OffCanvas.png" alt="recent">
<p>Off-Canvas Menu Effects</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/09/02/tab-styles-inspiration/" target="_blank">
<img src="./thumbs/TabStyles.png" alt="recent">
<p>Tab Styles Inspiration</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/08/19/making-svgs-responsive-with-css/" target="_blank">
<img src="./thumbs/ResponsiveSVGs.png" alt="recent">
<p>Make SVGs Responsive with CSS</p>
</a>
</li>
<li>
<a href="https://tympanus.net/codrops/2014/07/23/notification-styles-inspiration/" target="_blank">
<img src="./thumbs/NotificationStyles.png" alt="recent">
<p>Notification Styles Inspiration</p>
</a>
</li>
</ul>
</div>
</div>
</main>
</body>
</html>