-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-old.html
289 lines (276 loc) · 9.86 KB
/
index-old.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Box Block Solutions</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/styles.css" />
<link
href="/docs/4.4/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script
src="https://kit.fontawesome.com/c6a377a746.js"
crossorigin="anonymous"
></script>
<script defer src="js/main.js"></script>
</head>
<body>
<div class="container bg-white">
<nav class="navbar navbar-expand-sm bg-dark justify-content-center">
<a class="navbar-brand text-white" href="index.html">
Box Block Solutions <i class="fas fa-boxes"></i>
</a>
<ul class="navbar-nav ">
<li class="nav-item">
<a href="index.html" class="nav-link text-white">Home</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link text-white">Downloads</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link text-white">Contact Me</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link text-white">FeedBack</a>
</li>
</ul>
</nav>
</div>
<div
class="position-relative overflow-hidden text-center text-white"
id="aboutme"
>
<div id="myCarousel" class="carousel">
<button class="carouselButton carouselButton_left">
<span class="carousel-control-prev-icon"></span>
</button>
<div class="carousel_trackContainer">
<ul class="track">
<li class="slide currentSlide text-white">
<h1>About Me</h1>
<br />
<br />
<p>
Howdy! I am a Software Developer out of Hamilton, Ontario
looking to improve my technical skills by creating projects that
are either fun, useful or both. I hope to one day work for a
company that takes on contracts making apps for other people,
while making my own projects on the side. I needed a place to
store my projects so I thought "Why not create a website for
them?". This page is the result of that thought process.
</p>
</li>
<li class="slide text-white">
<h1>My Skills</h1>
<br />
<p>.NET Framework/.NET Core</p>
<p>Creating Games in Unity</p>
<p>HTML & CSS</p>
<p>Java + Android Studio</p>
<p>SQL/PL</p>
<p>JavaScript & PHP</p>
</li>
<li class="slide">
<h3 class="text-white" id="thanks">
Thanks for stopping by! Enjoy your stay and don't be afraid to
give me some feedback!
</h3>
</li>
</ul>
</div>
<button class="carouselButton carouselButton_right">
<span class="carousel-control-next-icon"></span>
</button>
<div class="carousel_nav">
<button class="caruselIndicator current-">
<img src="images/indicator.png" />
</button>
<button class="caruselIndicator">
<img src="images/indicator.png" />
</button>
<button class="caruselIndicator">
<img src="images/indicator.png" />
</button>
</div>
</div>
</div>
<div
class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center text-white bg-dark"
>
<h1 class="text-white" id="projects">
<i class="fas fa-folder"></i> Projects
</h1>
<br />
<div class="row">
<div class="col-md-3">
<div class="card-mb-4 shadow-sm bg-white">
<a href="2D_Dodgeball.html"
><img src="images/Guy1.jpg" width="70%" height="225"
/></a>
<div class="card-body bg-white">
<p class="card-text text-dark">2D Dodgeball Unity Game</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a
href="2D_Dodgeball.html"
id="view2Ddodgeball"
class="btn bg-primary text-white btn-lg btn-outline-secondary"
>
View
<span
class="spinner-border spinner-border-sm"
role="status"
aria-hidden="true"
id="spinner1"
></span>
<span class="sr-only">Loading...</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card-mb-4 shadow-sm bg-white">
<a href="Elsweyr.html"
><img src="images/pageBackground.jpg" width="100%" height="225"
/></a>
<div class="card-body bg-white">
<p class="card-text text-dark">Elswyer Dice Roll Game</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a
href="Elsweyr.html"
class="btn bg-primary text-white btn-lg btn-outline-secondary"
id="viewElsweyr"
>
View
<span
class="spinner-border spinner-border-sm"
role="status"
aria-hidden="true"
id="spinner2"
></span>
<span class="sr-only">Loading...</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card-mb-4 shadow-sm bg-white">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
preserveAspectRatio="xMidYMid slice"
role="img"
aria-label="Placeholder: TBA"
>
<title>TBA</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
<text x="45%" y="50%" fill="#FFFFFF" dy=".3em">TBA</text>
</svg>
<div class="card-body bg-white">
<p class="card-text text-dark">TBA</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button
type="button"
class="btn btn-lg btn-outline-secondary"
>
View
<span
class="spinner-border spinner-border-sm"
role="status"
aria-hidden="true"
id="spinner3"
></span>
<span class="sr-only">Loading...</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card-mb-4 shadow-sm bg-white">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
preserveAspectRatio="xMidYMid slice"
role="img"
aria-label="Placeholder: TBA"
>
<title>TBA</title>
<rect width="100%" height="100%" fill="#55595c"></rect>
<text x="45%" y="50%" fill="#FFFFFF" dy=".3em">TBA</text>
</svg>
<div class="card-body bg-white">
<p class="card-text text-dark">TBA</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button
type="button"
class="btn btn-lg btn-outline-secondary"
>
View
<span
class="spinner-border spinner-border-sm"
role="status"
aria-hidden="true"
id="spinner4"
></span>
<span class="sr-only">Loading...</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="contianer-fluid bg-dark" id="footer">
<footer>
<div class="row">
<div class="col-5">
<a
onclick=""
class="fab fa-linkedin"
id="linkedin"
href="https://www.linkedin.com/in/beau-cranston-94b9931a0/"
></a>
</div>
<div class="col-7">
<a
class="fab fa-hackerrank"
id="HackerRank"
href="https://www.hackerrank.com/beau2tie"
></a>
</div>
</div>
</footer>
</div>
</body>
</html>