-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
232 lines (209 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="author" content="Sebastian Javier Guzman" />
<meta name="copyright" content="Free to use" />
<meta name="keywords" description="portfolio, html, js vainilla, web development, css animations" />
<meta name="description"
description="SJG's Personal Portfolio, built entirely in HTML55, CSS3 and JS Vainilla. Creating solid foundations for the projects to come." />
<meta name="charset" description="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<title>SJG Web Dev</title>
<!-- Styles -->
<link rel="stylesheet" href="./styles/index.css" />
<link rel="stylesheet" href="./styles/home.css" />
<link rel="stylesheet" href="./styles/about.css" />
<link rel="stylesheet" href="./styles/projects.css" />
<link rel="stylesheet" href="./styles/contact.css" />
<!-- CSS Animations -->
<link rel="stylesheet" href="./styles/animations.css" />
</head>
<body>
<header>
<button class="mobile-only menu-btn" onclick="toggleMenu()"><i id="menu-btn" class="open-menu"></i></button>
<h1 id="mobile-h1">
<span class="first-letter">S</span><span class="hide-mobile">ebastian</span> J <span
class="last-letter">G</span><span class="hide-mobile">uzman</span>
</h1>
<nav class="hide-mobile">
<a href="#home" rel="bookmark">HOME</a>
<a href="#about" rel="bookmark">ABOUT</a>
<a href="#projects" rel="bookmark">PROJECTS</a>
<a href="#contact" rel="bookmark">CONTACT</a>
</nav>
<section class="right-section hide-mobile" id="social-links">
<a target="_blank" href="https://github.com/sebaguzman13" rel="external"
aria-label="Github page of sebaguzman13"><i class="icon github"></i></a>
<a target="_blank" href="https://linkedin.com/in/sebastian-javier-guzman" rel="external"
aria-label="LinkedIn of Sebastian J Guzman"><i class="icon linkedin"></i></a>
<a target="_blank" href="./assets/Sebastian-Javier-Guzman.pdf" rel="author noreferrer noopener"
aria-label="Download Sebastian J Guzman CV"><i class="icon cv"></i></a>
</section>
<section class="mobile-only" id="mobile-social">
<button class="round-button social-btn" onclick="toggleSocialMenu()"><i id="social-menu"
class="socials"></i></button>
</section>
</header>
<aside role="languages">
<section id="languages">
<ul>
<li class="flag arg"><i>ESP</i></li>
<li class="flag eng active"><i>ENG</i></li>
</ul>
</section>
</aside>
<main>
<section id="mobile-drawer" class="mobile-only">
<ul>
<li>
<a href="#home" rel="bookmark">HOME</a>
</li>
<li>
<a href="#about" rel="bookmark">ABOUT</a>
</li>
<li>
<a href="#projects" rel="bookmark">PROJECTS</a>
</li>
<li>
<a href="#contact" rel="bookmark">CONTACT</a>
</li>
<li>
<a target="_blank" href="https://github.com/sebaguzman13" rel="author external"><i
class="icon github"></i></a>
<a target="_blank" href="https://linkedin.com/in/sebastian-javier-guzman" rel="author external"><i
class="icon linkedin"></i></a>
<a target="_blank" rel="author noreferrer noopener"><i class="icon cv"></i></a>
</li>
</ul>
</section>
<section id="home" aria-live="polite" aria-atomic="true">
<h2>Web Development</h2>
<h3 aria-label="Home section sentence">
<span class="rotate-90-up">from</span>
<span class="idea-word">IDEA</span>
<span class="to-word">to</span>
<span class="career-word">CAREER</span></h3>
<div class="carrer-line"></div>
</section>
<section id="about">
<section id="description">
<p>
My objective is to <strong>develop enjoyable
applications</strong> and get to know other cultures.
</p>
</section>
<section id="skills">
<ul>
<li class="tag teamwork">Teamwork</li>
<li class="tag js">javascript</li>
<li class="tag java">java</li>
<li class="tag mysql">MySQL</li>
<li class="tag react">React js</li>
<li class="tag material-ui">Material UI</li>
<li class="tag bootstrap">Bootstrap</li>
<li class="tag mongodb">MongoDB</li>
<li class="tag react-native">React Native</li>
<li class="tag redux">Redux</li>
<li class="tag php">php</li>
<li class="tag sass">SaSS</li>
<li class="tag scrum">Scrum</li>
<li class="tag liquibase">liquibase</li>
<li class="tag spring">Spring</li>
</ul>
</section>
</section>
<section id="projects">
<h3>Projects</h3>
<div class="nav-left">Left</div>
<div class="nav-right">right</div>
<section class="entries">
<article class="entry">
<a target="_blank" href="https://sjg-project-manager.netlify.app/">
<img src="./assets/project-manager.png" alt="Project Manager" />
</a>
<section class="description">
<a target="_blank" href="https://sjg-project-manager.netlify.app/">Project Manager</a>
<p>Projects CRUD Manager, update Status, Manager and person in charge of the project.</p>
</section>
</article>
<article class="entry">
<a target="_blank" href="https://zilean-counter.netlify.app/">
<img src="./assets/zilean.png" alt="Zilean Counter" />
</a>
<section class="description">
<a target="_blank" href="https://zilean-counter.netlify.app/">Zilean Counter</a>
<p>Counter inspired on the Champion Zilean</p>
</section>
</article>
<article class="entry">
<a target="_blank" href="https://www.ticketon.com/">
<img src="./assets/ticketon-o.png" alt="Ticketon" />
</a>
<section class="description">
<a target="_blank" href="https://www.ticketon.com/">Ticketon</a>
<p>Event handler and Ticket selling application</p>
</section>
</article>
<article class="entry">
<a target="_blank" href="https://tbtm.app/">
<img src="./assets/tbtm-mic.png" alt="Take back the mic" />
</a>
<section class="description">
<a target="_blank" href="https://tbtm.app/">Tbtm</a>
<p>Take Back The Mic - Upload your art, share it with your friends amp it, and win the annual
contest !</p>
</section>
</article>
</section>
<section class="project-indicator mobile-only">
<i onclick="navigateProjects(0)"></i>
<i onclick="navigateProjects(1)"></i>
<i onclick="navigateProjects(2)"></i>
<i onclick="navigateProjects(3)"></i>
</section>
</section>
<section id="contact">
<section>
<h3>Contact</h3>
<p class="subtitle">Got an idea to build?</p>
<p class="hide-mobile">
Send me a message with your application thoughts and we'll make it real.
</p>
<section class="envelope-wrapper">
<img src="./assets/icons8-mail-50.png" alt="email" class="envelope hide-mobile" /><a href=""></a>
</section>
</section>
<form id="contact-form" action="FORM_ACTION_URL" method="POST">
<input type="hidden" name="_subject" value="New Portfolio contact">
<label for="name">Name</label>
<input id="name" name="name" type="text" required aria-required="true" aria-label="Enter your name" />
<p id="name-error" aria-live="assertive"></p>
<label for="email" aria-label="Enter your email">Email</label>
<input id="email" name="email" type="email" required aria-required="true" />
<p id="email-error" aria-live="assertive"></p>
<label for="message" aria-label="Input what you want me to know">Message</label>
<textarea id="message" name="message" rows="6" required aria-required="true"></textarea>
<p id="message-error" aria-live="assertive"></p>
<input type="hidden" name="_next" value="DEPLOY_URL">
<input type="text" name="_honey" class="honey-pot">
<input type="hidden" name="_autoresponse"
value="Thank you for reaching out, I'll get in touch as soon as I can">
<button class="send-button" type="submit"></button>
</form>
</section>
<button onclick="scrollToTop()" class="round-button" aria-label="Scroll to the top of the page"><i
class="icon uparrow"></i></button>
</main>
<footer>
<section class="right-section">
<a target="_blank" href="https://github.com/sebaguzman13"><i class="icon github"></i></a>
<a target="_blank" href="https://linkedin.com/in/sebastian-javier-guzman"><i class="icon linkedin"></i></a>
<a target="_blank" href="./assets/Sebastian-Javier-Guzman.pdf" rel="author noreferrer noopener"><i
class="icon cv"></i></a>
</section>
<p>2022 SebastianJGuzman - <a href="https://github.com/sebaguzman13/js-portfolio">Free to Use</a></p>
</footer>
<script src="./scripts/index.js" type="text/javascript"></script>
</body>
</html>