-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
281 lines (264 loc) · 13.8 KB
/
Copy pathindex.html
File metadata and controls
281 lines (264 loc) · 13.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vonschell Adams | Full-Stack Developer Portfolio</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
integrity="sha512-sVfaQTQnR6pZY1YJmMXg8TWRRjK+c6YZRkdUwZP3+LUHAsU1JzXchqzHnY6jQbWJYxP82XfTz2AtU2QicxL6lA=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header & Navigation -->
<header>
<h1 class="logo">★ VONSCHELL ADAMS ★</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<section id="hero">
<div class="container hero-container">
<img src="img/Vonschell's Picture.jpg" alt="Photo of Vonschell">
<div class="hero-text">
<h2 class="glow-highlight">HELLO, I'M VONSCHELL ADAMS 👋</h2>
<p>I'm a <span class="role-highlight">FULL-STACK DEVELOPER</span> who skillfully builds robust, scalable
systems that handle data, authentication, and server-side logic for seamless web experiences.</p>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects">
<h2 class="section-heading">★ RECENT PROJECTS ★</h2>
<div class="project-grid">
<div class="project dark-paragraph">
<img src="img/Supervillain2.png"
alt="Picture of female supervillain">
<h3 class="project-title title-box">Supervillain App</h3>
<p>
The Supervillain Directory is a full-stack web app built with Python (Flask) that lets users view,
create, and manage a collection of fictional villains. Designed with full CRUD functionality, it
supports adding, displaying, and deleting entries via forms and RESTful API routes. The frontend
uses HTML, CSS, and Jinja2 to render dynamic villain data in styled cards. Users submit details
including name, description, interests, and image URL, with built-in form validation and error
handling. The backend uses Flask and SQLAlchemy to manage a SQLite database and API endpoints using
jsonify for JSON responses. Key features include RESTful routing, custom error messages, use of
datetime, and a clean UI powered by backend data. This project demonstrates my skills in building
scalable full-stack apps, integrating backend logic with responsive frontend presentation.
</p>
<div class="project-links">
<a href="https://female-supervillain-trading-card-app.onrender.com" target="_blank"
rel="noopener">Live Version</a>
<a href="https://github.com/vonschell/female-supervillain-trading-card-app-refactored"
target="_blank" rel="noopener">GitHub Repo</a>
</div>
</div>
<div class="project white-background navy-bordered">
<img src="img/QUOTIVATION.png"
alt="Quotivation app picture">
<h3 class="project-title title-box-dark">Quotivation App</h3>
<p>
This front-end quote curation app is built with React, allowing users to explore, filter, and save
inspirational quotes with a smooth, interactive interface. The app uses React hooks for managing
state
and side effects, and leverages local storage for persistent user data. Users can filter quotes by
category, favorite up to three quotes, and receive real-time feedback via toast-style notifications.
The
UI dynamically updates to reflect selected categories, favorite status, and remaining available
favorite
slots. Key features include conditional rendering, capped favorite selection with intuitive heart
icons,
localStorage persistence, and auto-dismissing alert messages. This project highlights modern React
patterns, thoughtful UX design, prop lifting, and clean component architecture.
</p>
<div class="project-links">
<a href="https://quotivationquotes.netlify.app/" target="_blank" rel="noopener">Live Version</a>
<a href="https://github.com/vonschell/Quotivation" target="_blank" rel="noopener">GitHub Repo</a>
</div>
</div>
<div class="project white-background navy-bordered">
<img src="img/Doggy Pic.png"
alt="Doggo photo gallery app picture">
<h3 class="project-title title-box-dark">Doggy Photo App</h3>
<p>
This is a full-stack web application built with Python (Flask) that allows users to view adorable
dog
images by selecting a breed and the number of photos they’d like to see. It uses HTML, CSS, and
Jinja on
the frontend to render breed-specific dog photos dynamically. On the backend, Flask handles routing,
form data via GET and POST requests, and makes external API calls to the Dog CEO API using the
requests
module. Users interact with dropdown menus to select dog breeds and the number of images (1, 3, or
5),
or click a button to fetch a single random image. The app includes input validation, error handling,
and
clean UI styling, showcasing skills in frontend rendering, API integration, and Flask-based
full-stack
development.
</p>
<div class="project-links">
<a href="https://dog-gallery-2.onrender.com/" target="_blank" rel="noopener">Live Version</a>
<a href="https://github.com/vonschell/dog-photo-gallery" target="_blank" rel="noopener">GitHub
Repo</a>
</div>
</div>
<div class="project dark-paragraph">
<img src="img/Recipe App.jpg"
alt="Photo of a recipe book">
<h3 class="project-title title-box">Recipe App</h3>
<p>
This full-stack recipe app is built with Python (Flask) and React, enabling users to create, view,
update, and delete recipes efficiently. The React frontend uses hooks to manage state and effects,
providing a responsive interface with searchable recipe excerpts and detailed views. The Flask
backend
serves a RESTful API connected to a SQLite database, handling all data operations securely. Key
features
include dynamic search by title, ingredients, or description, a form for adding recipes, inline
editing,
and a confirmation modal for deletions. User experience is enhanced with toast notifications for
success
and error feedback. This project showcases modern React practices, asynchronous fetch requests,
controlled inputs, and robust error handling, demonstrating comprehensive full-stack development
skills
and polished UI design.
</p>
<div class="project-links">
<a href="https://full-recipe-app.onrender.com/" target="_blank" rel="noopener">Live Version</a>
<a href="https://github.com/vonschell/recipe-app" target="_blank" rel="noopener">GitHub Repo</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<h2 class="section-heading">★ ABOUT ME ★</h2>
<div class="about-section">
<div class="container about-content">
<img src="img/Vonschell's Picture.jpg" alt="Vonschell's Picture">
<div class="about-text about-text-container">
<p>
Hi, I’m <strong>Vonschell Adams</strong>, a full-stack developer passionate about building
clean, scalable systems. I’m looking for a fully remote backend developer role where I can
collaborate with international teams and create tools that solve real-world problems.
</p>
<p>
I’ve always been curious about what makes things tick behind the scenes. Once I got into backend
development, I realized how much I enjoy working with logic, data, and structure. There’s
something really satisfying about solving tricky problems and building the systems that keep
everything running smoothly in the background.
</p>
<p>
I have a strong love for travel and spent three years living in Korea. I hold a Master of Laws
(LLM) degree, played softball for the national team, and bring a healthy sense of
competitiveness to everything I do, whether it's on the field or solving complex coding
challenges.
</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills-section">
<h2 class="section-heading">★ SKILLS ★</h2>
<div class="skills-grid">
<div class="skill-item">
<img src="img/python.webp" alt="Python Logo">
<p>Python</p>
</div>
<div class="skill-item">
<img src="img/react.png" alt="React Logo">
<p>React</p>
</div>
<div class="skill-item">
<img src="img/javascript.png" alt="JavaScript Logo">
<p>JavaScript</p>
</div>
<div class="skill-item">
<img src="img/sql.png" alt="SQL Logo">
<p>SQL</p>
</div>
<div class="skill-item">
<img src="img/html.png" alt="HTML Logo">
<p>HTML</p>
</div>
<div class="skill-item">
<img src="img/css.png" alt="CSS Logo">
<p>CSS</p>
</div>
</div>
</section>
<!-- Additional Skills-->
<!-- Advanced Skills Section (No Images) -->
<section id="advanced-skills" class="skills-section">
<h2 class="section-heading">★ TOP TECHNICAL SKILLS & TOOLS ★</h2>
<ul class="text-skills-grid">
<li>Statistical Analysis</li>
<li>Object-Oriented Programming</li>
<li>Pandas & NumPy Libraries</li>
<li>Data Visualization</li>
<li>REST API Framework</li>
<li>Flask Web Framework</li>
<li>SQL Databases</li>
<li>Beautiful Soup Library</li>
<li>Web Scraping</li>
<li>Data Preparation</li>
<li>Data Interpretation</li>
<li>Building Web Apps</li>
<li>Routing Requests</li>
<li>useEffect Hook</li>
<li>useState Hook</li>
<li>Managing Data Flow</li>
<li>JSX</li>
<li>ES6</li>
<li>Vanilla JavaScript</li>
<li>Manipulate the DOM</li>
<li>Conditional Rendering</li>
<li>Array & Object Destructuring</li>
<li>APIs</li>
<li>Classes and Objects</li>
</ul>
</section>
<!-- Contact Section -->
<section id="contact" class="contact contact-container">
<h2 class="contact-heading">Let's Connect!</h2>
<p class="contact-subtext">Do you have an idea in mind?
Let's build it together! 🚀
</p>
<div class="contact-content">
<ul class="contact-list">
<li>
<a href="mailto:vonschell02@gmail.com">
<img src="img/email_Logo.png" alt="Email icon" class="contact-icon">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/vonschell-adams-8ba9bb33b/" target="_blank" rel="noopener">
<img src="img/LinkedIn_Logo.png" alt="LinkedIn icon" class="contact-icon">
</a>
</li>
<li>
<a href="https://github.com/vonschell" target="_blank" rel="noopener">
<img src="img/GitHub_Logo.png" alt="GitHub icon" class="contact-icon">
</a>
</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer>
<p>© 2025 Vonschell Adams. All rights reserved.</p>
</footer>
<button id="scrollToTop" title="Back to Top">↑ Top</button>
<script src="js/main.js"></script>
</body>
</html>