-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
291 lines (291 loc) · 9.54 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
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
290
291
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Check out the work of Sidney Brown, Jr., a Full-Stack Software Developer
that enjoys bringing beautiful web designs to life."
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./images/favicon-16x16.png"
/>
<link rel="manifest" href="./images/site.webmanifest" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css" />
<script src="index.js"></script>
<title>👨🏽💻 Sidney's Portfolio</title>
</head>
<body>
<header id="header">
<div class="logo-container">
<div class="logos">
<a
href="resume.html"
target="_blank"
rel="noreferrer noopener"
name="Resume"
>
<img src="./images/pdf-image.png" alt="PDF icon" title="Resume" />
</a>
</div>
<div class="logos">
<a
href="https://github.com/sidneybrownjr"
target="_blank"
rel="noreferrer noopener"
name="Github"
>
<img src="./images/github.png" alt="Github Logo" title="Github" />
</a>
</div>
<div class="logos">
<a
href="https://www.linkedin.com/in/sidneyrbrownjr/"
target="_blank"
rel="noreferrer noopener"
name="LinkedIn"
>
<img
src="./images/linkedin.png"
alt="LinkedIn Logo"
title="LinkedIn"
/>
</a>
</div>
</div>
<div class="color-mode">
<div class="sun"></div>
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider round"></div>
</label>
</div>
<div class="moon"></div>
</div>
</header>
<main>
<section id="main" class="presentation">
<div class="introduction">
<div class="intro-text">
<p>I'm</p>
<h1>Sidney Brown, Jr.</h1>
<p>
,
<br />
a Software Developer passionate
<br />
about continual learning & creating
<br />
functional, diverse web applications.
</p>
<div class="contact-box">
<h3>
Contact Me <span id="emoji" role="img"></span>
<a href="mailto:[email protected]">
>
</h3>
</div>
</div>
</div>
<div class="cover">
<img src="./images/working.svg" alt="person on computer" />
</div>
<div id="section05" class="scroll">
<a href="#page"> <span></span><span></span><span></span> </a>
</div>
</section>
<section class="about" id="page">
<div class="about-about">
<div class="about-pic">
<img src="./images/hands.svg" alt="hands with a bird" />
</div>
<div class="about-text">
<h1>About Me</h1>
<div class="about-me">
<p>
I am self-motivated, and reliable. I have a strong passion for
learning and improving myself. I really enjoy doing anything
that involves logic and critical thinking.
</p>
<p>
Aside from coding, I enjoy reading, rollerskating, producing
music, and exploring nature.
</p>
</div>
</div>
</div>
</section>
<section class="projects" id="projects">
<div class="project-">
<h1>Projects</h1>
<div class="project-grid">
<!-- card 1 -->
<article class="project">
<div class="top-half">
<picture class="thumbnail">
<a
href="https://oecjapanese.netlify.app/"
target="_blank"
rel="noreferrer noopener"
>
<img
class="category__01"
src="./images/oec-thumb.png"
alt="website thumbnail"
/></a>
</picture>
</div>
<!-- .card-content -->
<div class="project-content">
<h2>OEC Restaurant</h2>
<p>
This is a website design I created for a local Japanese
restaurant I frequently eat at named OEC.
<br />
<br />
[HTML5/CSS3]
</p>
<footer>
<div class="project-buttons">
<a
href="https://github.com/sidneybrownjr/OEC-Redesign"
target="_blank"
rel="noreferrer noopener"
>
<button class="view-code">Code</button>
</a>
</div>
<div class="project-buttons">
<a
href="https://oecjapanese.netlify.app/"
target="_blank"
rel="noreferrer noopener"
>
<button class="demo"><span>Demo </span></button>
</a>
</div>
</footer>
</div>
</article>
<!-- card 2 -->
<article class="project">
<div class="top-half">
<picture class="thumbnail">
<a
href="https://quizler-react.netlify.app/"
target="_blank"
rel="noreferrer noopener"
>
<img
class="category__01"
src="./images/quizler.png"
alt=""
/>
</a>
</picture>
</div>
<!-- .card-content -->
<div class="project-content">
<h2>Quizler</h2>
<p>
Quizler is a quiz application that tests the user's general
knowledge of whatever category they choose.
<br />[React/TailwindCSS]
</p>
<footer>
<div class="project-buttons">
<a
href="https://github.com/sidneybrownjr/Quizler"
target="_blank"
rel="noreferrer noopener"
>
<button class="view-code">Code</button>
</a>
</div>
<div class="project-buttons">
<a
href="https://quizler-react.netlify.app/"
target="_blank"
rel="noreferrer noopener"
>
<button class="demo"><span>Demo </span></button>
</a>
</div>
</footer>
</div>
</article>
<!-- card 3 -->
<article class="project">
<div class="top-half">
<picture class="thumbnail">
<a
href="https://to-do-pern-app.herokuapp.com/"
target="_blank"
rel="noreferrer noopener"
>
<img class="category__01" src="./images/Todo.png" alt="" />
</a>
</picture>
</div>
<!-- .card-content -->
<div class="project-content">
<h2>To-do</h2>
<p>
To-do is a full stack CRUD application that uses the PERN
stack. It allows users to keep a list of things they want to
do.
<br />[PERN/Bootstrap]
</p>
<footer>
<div class="project-buttons">
<a
href="https://github.com/sidneybrownjr/PERN-Todo"
target="_blank"
rel="noreferrer noopener"
>
<button class="view-code">Code</button>
</a>
</div>
<div class="project-buttons">
<a
href="https://to-do-pern-app.herokuapp.com/"
target="_blank"
rel="noreferrer noopener"
>
<button class="demo"><span>Demo </span></button>
</a>
</div>
</footer>
</div>
</article>
</div>
</div>
</section>
</main>
</body>
</html>