-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
297 lines (284 loc) · 12.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
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
292
293
294
295
296
297
<!DOCTYPE HTML>
<html>
<head>
<title>Danny Develops</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/x-icon" href="/assets/WebLogo/favicon_io/favicon.ico">
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#header" class="web-logo"><img src="/assets/WebLogo/vector/web-logo.svg"></a></li>
<li><a href="#header">Home</a></li>
<li><a href="#intro">Process</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#about">About</a></li>
<li><a href="#footer">Contact</a></li>
<li><a href="/assets/resume.pdf" target="_blank">Resume</a></li>
</ul>
</nav>
<!-- Header -->
<section id="header">
<!-- Banner -->
<section id="banner">
<header>
<h1>Daniel Perez</h1>
<p>Software Engineer</p>
<p><em>Creating Websites for Businesses</em></p>
</header>
<footer>
<ul class="actions frontpage">
<li><a href="#contact" class="button large">Let's Connect</a></li>
<li><a href="#about" class="button alt large">About Me</a></li>
</ul>
</footer>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Intro -->
<section id="intro" class="container">
<header class="major">
<h2>The Process</h2>
</header>
<div class="row">
<div class="col-4 col-12-medium">
<section class="first">
<i class="icon solid featured fa-thin fa-list-ul"></i>
<header>
<h2>1. Plan</h2>
</header>
<p>Plan and design a custom solution to meet your specific requirements and align with your business goals, using the latest web development technologies and practices.</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="middle">
<i class="icon solid featured alt fa-thin fa-pen"></i>
<header>
<h2>2. Create</h2>
</header>
<p>Create and present mockup designs to accurately convey the look, feel, and functionality of the final website.</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="last">
<i class="icon solid featured alt2 fa-thin fa-keyboard"></i>
<header>
<h2>3. Develop</h2>
</header>
<p>Develop your website making it accessible, user-friendly, and optimized for all devices, so the world can easily view and interact with it.</p>
</section>
</div>
</div>
<footer>
<ul class="actions">
<li><a href="#contact" class="button large">Get Started</a></li>
<li><a href="#contact" class="button alt large">Learn More</a></li>
</ul>
</footer>
</section>
<!-- Portfolio -->
<section>
<header class="major" id="portfolio">
<h2>My Portfolio</h2>
</header>
<div class="row">
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a target="_blank" href="https://whatcomesaftercoaching.com" class="image featured"><img src="./images/careerCoaching.png" alt="Coaching Website"/></a>
<header>
<h3>What Comes After Coaching</h3>
</header>
<p>Local business focused on Career Coaching and Scheduling implementation. Full website created with HTML, CSS, JavaScript, Bootstrap 5, and Node. Hosted on Netlify.</p>
<footer>
<ul class="actions">
<li><a target="_blank" href="https://whatcomesaftercoaching.com" class="button ">View</a></li>
<li><a target="_blank" href="https://github.com/d-perez-8/coachingWebsite" class="button alt">GitHub</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a target="_blank" href="https://www.igorsoccercoach.com/" class="image featured"><img src="./images/front_page.png" alt="Soccer Coach Website" /></a>
<header>
<h3>Igor Soccer Coaching</h3>
</header>
<p>Local small business specializing in coaching youth soccer. Created a full website with pictures, videos, descriptions, and information with Squarespace.</p>
<footer>
<ul class="actions">
<li><a target="_blank" href="https://www.igorsoccercoach.com/" class="button ">View</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a target="_blank" href="http://dandevelopsweb.pythonanywhere.com/users/register/" class="image featured"><img src="./images/blog_page.png" alt="Blogging WebApp project" /></a>
<header>
<h3>Blog Web App</h3>
</header>
<p>Deployed Web App using Python and Django framework. Created user authentication and creation, multiple web pages, and used Bootstrap for styling. </p>
<footer>
<ul class="actions">
<li><a href="http://dandevelopsweb.pythonanywhere.com/users/register/" class="button">View</a></li>
<li><a target="_blank" href="https://github.com/d-perez-8/PCC_Blog_Project" class="button alt">GitHub</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a href="https://github.com/d-perez-8/TheOdinProject/tree/main/signup-form" class="image featured"><img src="./images/SignUpForm.png" alt="Sign up form" /></a>
<header>
<h3>Sign Up Form</h3>
</header>
<p>Created a sign up form using HTML and CSS. This form using design techniques for user feedback, and makes sure that inputs are valid. </p>
<footer>
<ul class="actions">
<li><a href="https://github.com/d-perez-8/TheOdinProject/tree/main/signup-form" class="button ">View</a></li>
<li><a href="https://github.com/d-perez-8/TheOdinProject/tree/main/landing-page" class="button alt">GitHub</a></li>
</ul>
</footer>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box">
<a href="https://bibilotech.cyclic.app/" class="image featured"><img src="./images/bibilotech.png" alt="Bibilotech" /></a>
<header>
<h3>Bibilotech</h3>
</header>
<p>Full stack web application that tracks the books you read or are reading using MVC architecture and CRUD capabilities. Includes user sign up and authentication. </p>
<footer>
<ul class="actions">
<li><a href="https://bibilotech.cyclic.app/" class="button ">View</a></li>
<li><a href="https://github.com/d-perez-8/library-app" class="button alt">GitHub</a></li>
</ul>
</footer>
</section>
</div>
</div>
</section>
<!-- About Me -->
<section>
<header id="about" class="major about-section">
<h2>About Me</h2>
</header>
<div class="row aln-center">
<div class="col-6 col-12-small my-picture-container">
<img class="image featured my-picture" src="./images/castle.jpeg" alt="profile picture" />
</div>
<div class="col-6 col-12-small">
<section class="about-me">
<h3>I am a Web Developer</h3>
<br>
<p>I specialize in creating high-quality websites and web applications. I offer a wide range of services including website design, front-end development, back-end development, and website maintenance. With a focus on user experience and an eye for detail, I work closely with you to understand your requirements and deliver custom solutions that meet your specific needs. </p>
<p>My goal is to empower small businesses by providing them with the tools they need to succeed in today's digital economy. I am always looking for an opportunity to grow within software engineering and contribute my skills to make a positive impact on people's lives.</p>
</section>
</div>
</div>
</section>
<!-- Calendly inline widget begin -->
<header class="major" id="schedule">
<h2>Schedule A Meeting</h2>
</header>
<div class="calendly-inline-widget" data-url="https://calendly.com/dandevelopsweb/meeting" style="min-width:320px;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
<!-- TECHNOLOGIES SECTION -->
<section>
<header id="technologies" class="major">
<h2>My Technologies</h2>
</header>
<div class="my-technologies">
<div class="background"><img src="images/html5-original.svg" alt="html5">HTML</div>
<div class="background"><img src="images/css3-plain.svg" alt="css3">CSS</div>
<div class="background"><img src="/images/javascript-original.svg" alt="javascript">JavaScript</div>
<div class="background"><img src="images/git-original-wordmark.svg" alt="git">Git</div>
<div class="background"><img src="images/mysql-original-wordmark.svg" alt="mysql">MySQL</div>
<div class="background"><img src="images/sqlite-original.svg" alt="sqlite">SQLite</div>
<div class="background"><img src="images/python-original.svg" alt="python">Python</div>
<div class="background"><img src="images/django-plain.svg" alt="django">Django</div>
</div>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<div class="row">
<div class="col-4 col-10-small col-5-medium">
<section>
<header>
<h2 id="contact">Socials</h2>
</header>
<ul class="social">
<li><a class="icon brands fa-github" href="https://github.com/d-perez-8/" target="_blank"><span class="label">GitHub</span></a></li>
<li><a class="icon brands fa-linkedin" href="https://www.linkedin.com/in/daniel-n-perez/" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a class="icon brands fa-twitter" href="https://twitter.com/dandevelopsweb" target="_blank"><span class="label">Twitter</span></a></li>
<li><a class="icon brands fa-angellist" href="https://angel.co/u/daniel-perez-89" target="_blank"><span class="label">Wellfound</span></a></li>
</ul>
<ul class="contact">
<li>
<h3>Address</h3>
<p>
Los Angeles, CA 90034
</p>
</li>
<li>
<h3>Mail</h3>
<p>
<a href="mailto:[email protected]">
</a>
</p>
</li>
</ul>
</section>
</div>
<div class="off-1 col-5 col-10-small col-6-medium">
<form name="contact" method="POST" data-netlify="true">
<input type="hidden" name="subject" value="Message from dandevelopsweb.netlify.app" >
<p>
<label>Your Name: <input type="text" name="name" /></label>
</p>
<p>
<label>Your Email: <input type="email" name="email" /></label>
</p>
<p>
<label>Message: <textarea name="message"></textarea></label>
</p>
<p>
<button type="submit">Send</button>
</p>
</form>
</div>
<!-- Copyright -->
<div class="col-12">
<div id="copyright">
<ul class="links">
<li>© Daniel Perez 2024. All rights reserved.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>