-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (207 loc) · 5.69 KB
/
Copy pathindex.html
File metadata and controls
225 lines (207 loc) · 5.69 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1">
<link href=
"https://fonts.googleapis.com/css2?family=Inconsolata&display=swap"
rel="stylesheet">
<title>Kendell Barry - Portfolio</title>
<style>
/* Colors */
:root {
--base: #303446;
--text-color: #c6d0f5;
--mauve: #ca9ee6;
--lavender: #babbf1;
--blue: #8caaee;
--pink: #f4b8e4;
--surface-0: #414559;
--surface-1: #51576d;
--overlay-0: #737994;
--crust: #232634;
}
body {
font-family: 'Inconsolata', sans-serif;
font-weight: 700;
font-size: 20px;
margin: 0;
padding: 0;
background-color: var(--base); /* base */
color: var(--text-color); /* text color */
}
header {
background-color: var(--surface-0); /* lavender */
color: var(--lavender); /* Text color for header */
text-align: center;
font-weight: bold;
padding: 20px;
width: 95%;
margin: 0 auto;
border-radius: 10px;
}
section {
width: 80%;
margin: 20px auto;
text-align: center;
}
.header-img {
max-width: 100%;
height: auto;
border-radius: 50%;
}
img {
border-radius: 10px;
max-width: 100%;
height: auto;
}
p{
border-radius: 10px;
width: 70%;
margin: auto;
color: var(--text-color); /* text color */
}
h2 {
color: var(--mauve);
padding: 10px;
border-radius: 10px;
margin-bottom: 20px;
width:20%;
margin: 0 auto;
}
form {
max-width: 400px;
margin: 0 auto;
}
label {
display: block;
margin-bottom: 8px;
}
input,
textarea {
width: 100%;
padding: 8px;
margin-bottom: 16px;
box-sizing: border-box;
background-color: var(--overlay-0); /* Form input background color */
color: var(--text-color); /* Text color in input fields */
border: 1px solid #ccc; /* Optional: Add a border for the inputs */
border-radius: 10px;
}
button {
background-color: var(--lavender); /* Lavender button background */
color: var(--crust);
padding: 10px;
border: none;
cursor: pointer;
border-radius: 10px;
}
iframe {
width: 100%;
height: 600px;
border: none;
border-radius: 10px;
background-color: var(--surface-1);
}
a {
color: var(--blue); /* Set color for all links */
text-decoration: none; /* Optional: Remove underline for all links */
font-weight: bold;
}
a:visited {
color: var(--pink); /* Set visited links color */
}
#projects, #about, #poster {
background-color: var(--surface-1);
border-radius: 10px;
}
#projects a {
display: block;
margin: 10px 0;
}
#projects ul {
list-style-type: none;
padding: 0;
border-radius: 10px;
width: 60%;
margin: 0 auto;
}
#projects ul li {
margin-bottom: 10px;
}
#poster{
width: 75%;
}
</style>
</head>
<body>
<header>
<h1>Kendell Barry</h1><img class="header-img" src="/img/IMG_0642.jpg" width="100"
height="100" alt="Kendell Barry">
</header>
<section id="about">
<h2>About Me</h2>
<p>Hello, I'm Kendell Barry, a passionate and detail-oriented
Computer Science graduate from Duquesne University. My
interests extend beyond the academic and professional realm; I
am an enthusiast in self-hosting applications and have a strong
love for continuous learning in the field of technology. I am
excited about the prospect of contributing my skills and
passion to the world of computer science. You can check out my
resume <a href=
"https://github.com/Kendellb/Kendellb.github.io/blob/main/pdf/KendellBarryResume.pdf"
download="">here</a>.</p>
</section>
<section id="projects">
<h2>Projects</h2><a href=
"https://github.com/Kendellb/WebWatchTogether">WebWatchTogether</a>
<ul>
<li>Developed a P2P web app using WebRTC and JavaScript to
watch real-time video with friends.</li>
</ul><a href=
"https://github.com/Kendellb/MarioKartRandomizer">MarioKartRandomizer</a>
<p>A simple Python program written to better randomize Mario
Kart 8 Deluxe.</p><a href=
"https://github.com/Kendellb/GDriveEncrypt">GDriveEncrypt</a>
<ul>
<li>Built a Python program to automate secure file transfer
through Google Drive</li>
<li>Utilzing AES encryption and Google Drive API</li>
</ul><a href="https://github.com/Kendellb/CodEd">CodEd</a>
<ul>
<li>Designed and implemented an online IDE for Java coding
assignments</li>
<li>Built using Node.js, MongoDB, JSDoc, Rollup, Xterm, and
CodeMirror6</li>
<li>CI/CD through Github tested using jest, Postman, and
Selenium</li>
</ul><a href="https://github.com/Kendellb/uptime">uptime</a>
<ul>
<li>Developed a lightweight uptime monitoring web application
in Go.</li>
<li>Created an API to retrieve real-time status data of
monitored websites.</li>
<li>Implemented best practices in writing API tests using
Postman.</li>
<li>(CI/CD) using GitHub Actions.</li>
</ul>
</section>
<section id="poster">
<h2>Poster</h2>
<p>Poster Presentation for Tech Ethics Symposium 2023 held at
Duquesene.</p><img src="/img/CookiesPoster.png" alt=
"Poster Image"> <a href="/pdf/CookiesPoster.pdf" download=
"CookiesPoster.pdf"><button>Download PDF</button></a>
</section>
<section id="contact">
<h2>Contact Me</h2>
<form action="https://formspree.io/f/xwkgkndz" method="post">
<label>Your email: <input type="email" name="email"></label>
<label>Your message:
<textarea name="message"></textarea></label> <button type=
"submit">Send</button>
</form>
</section>
</body>
</html>