-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (207 loc) · 11.7 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
<!DOCTYPE html>
<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">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/stylesheet.css">
</head>
<body>
<nav id="navbar" class="nav navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#nav" aria-expanded="false" aria-controls="navbar">
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
</div>
<div id="nav" class="navbar-collapse collapse">
<div class="navbar-form navbar-right">
<a href="#home" class="btn btn-link btn-lg">Home</a>
<a href="#portfolio" class="btn btn-link btn-lg">Portfolio</a>
<a href="#contact" class="btn btn-link btn-lg">Contact</a>
</div>
</div>
</div>
</nav>
<div class="home container-fluid" id="home">
<video class="home-video" preload='auto' loop autoPlay>
<source src='https://d1a3f4spazzrp4.cloudfront.net/clarity/bit_grip_bg.mp4' type='video/mp4' />
</video>
<header class="home-header">
<h1 class="home__title">Web Development Portfolio</h1>
<p class="home__text">Hey I'm Bill. <br/> Welcome to my web development portfolio.</p>
</header>
</div>
<div class="portfolio" id="portfolio">
<div class="container-fluid github-followers image-wrapper">
<div class="text-box-left">
<h2>GitHub Followers (React)</h2>
<span class="buttons-wrapper">
<a href="https://github-followers-avatar.herokuapp.com/" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/github-followers" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid hero-layout image-wrapper">
<div class="text-box-right">
<h2>Hero Layout (React)</h2>
<span class="buttons-wrapper">
<a href="https://hero-layout.herokuapp.com/" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/hero-layout" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid javascript-data-table image-wrapper">
<div class="text-box-left">
<h2>JavaScript Data Table</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/javascript-data-table/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/javascript-data-table" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid maps-locations image-wrapper">
<div class="text-box-right">
<h2>Google Places API</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/maps-locations/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/maps-locations" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid zip-quote image-wrapper">
<div class="text-box-left">
<h2>Random Quote Machine</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/random-quotes/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/random-quotes" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid zip-calculator image-wrapper">
<div class="text-box-right">
<h2>JavaScript Calculator</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/javascript-calculator/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/javascript-calculator" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid zip-clock image-wrapper">
<div class="text-box-left">
<h2>Pomodoro Clock</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/pomodoro-clock/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/pomodoro-clock" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid zip-twitch image-wrapper">
<div class="text-box-right">
<h2>Twitch.tv JSON API</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/twitchTV/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/twitchTV" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid react-fcc-leaderboard image-wrapper">
<div class="text-box-left">
<h2>Camper Leaderboard</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/fcc-leaderboard/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/fcc-leaderboard" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid zip-wiki image-wrapper">
<div class="text-box-right">
<h2>Wikipedia Viewer</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/wikipedia-viewer/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/wikipedia-viewer" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid zip-tic-tac-toe image-wrapper">
<div class="text-box-left">
<h2>Tic-Tac-Toe Game</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/tic-tac-toe/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/tic-tac-toe" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
<div class="container-fluid zip-simon image-wrapper">
<div class="text-box-right">
<h2>Simon Game</h2>
<span class="buttons-wrapper">
<a href="https://billdevcode.github.io/projects/simon-game/index.html" target="_blank" class="buttons" role="button">
See it live <i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="https://github.com/billdevcode/billdevcode.github.io/tree/master/projects/simon-game" target="_blank" class="buttons" role="button">
See code <i class="fa fa-code" aria-hidden="true"></i>
</a>
</span>
</div>
</div>
</div>
<div id="contact" class="container-fluid">
<h3>Contact me: <a href="mailto:[email protected]"><i class="fa fa-envelope"></i> [email protected]</a></h3>
<a href="https://www.linkedin.com/in/billdevcode" target="_blank" alt="LinkedIn"><img src="imgs/linkedin-icon.png" width="50" height="50" class="img-circle"></a>
<a href="https://github.com/billdevcode" target="_blank" alt="Github"><img src="imgs/github-icon.png" width="50" height="50" class="img-circle"></a>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="src/index.js"></script>
</body>
</html>