-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (189 loc) · 8.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/css/styles.css">
<title>Javier Martinez's Portfolio</title>
</head>
<body id="loadBody">
<header>
<nav class="nav-bar">
<a href="#" class="nav-branding">My Logo</a>
<ul class="nav-menu">
<li class="nav-item">
<a href="#portfolio" class="nav-link">Portfolio</a>
</li>
<li class="nav-item">
<a href="#aboutMyself" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#form-section" class="nav-link">Contact</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<section class="content">
<h1>I’m Javier. <br />Glad to see you!</h1>
<div class="paragraph">I’m a software developer! I can help you build a product , feature or website Look
through some of my work and experience! If you like what you see and have a project you need coded, dont
hesitate to contact me.</div>
<a href="#">LET’S CONNECT</a>
<ul class="social-media">
<li><a href="https://twitter.com/javiersistemas" rel="noopener" target="_blank"><img
src="./assets/images/twitter.svg" alt=""></a></li>
<li><a href="https://www.linkedin.com/in/javier-jesus-martinez-fari%C3%B1as-b71b3968/" rel="noopener"
target="_blank"><img src="./assets/images/linkedin.svg" alt=""></a></li>
<li><a href="#" target="_blank"><img src="./assets/images/medium.svg" alt=""></a></li>
<li><a href="https://github.com/jlcarrascof" rel="noopener" target="_blank"><img
src="./assets/images/github.svg" alt=""></a></li>
<li><a href="#" target="_blank"><img src="./assets/images/angel-list.svg" alt=""></a></li>
</ul>
</section>
<section id="portfolio">
<!-- cards generated dinamically -->
<div id="grid_works" class="card-container">
</div>
</section>
<section id="aboutMyself">
<div class="about-container">
<div class="about">
<div>
<h2>About Myself</h2>
</div>
<div>
<p>
Hello I'm a software developer! I can help you build a product , feature or website Look through
some of my work and experience!
If you like what you see and have a project you need coded, don't hestiate to contact me.
</p>
</div>
<div>
<div>
<h4 id="about-heading">LET'S CONNECT</h4>
</div>
<div>
<ul class="social-media">
<li><a href="https://twitter.com/javiersistemas" rel="noopener" target="_blank"><img
src="./assets/images/twitter.svg" alt=""></a></li>
<li><a href="https://www.linkedin.com/in/javier-jesus-martinez-fari%C3%B1as-b71b3968/"
rel="noopener" target="_blank"><img src="./assets/images/linkedin.svg" alt=""></a>
</li>
<li><a href="#" target="_blank"><img src="./assets/images/medium.svg" alt=""></a></li>
<li><a href="https://github.com/jlcarrascof" rel="noopener" target="_blank"><img
src="./assets/images/github.svg" alt=""></a></li>
<li><a href="#" target="_blank"><img src="./assets/images/angel-list.svg" alt=""></a></li>
</ul>
</div>
</div>
<div>
<button type="button" class="btn">Get my resume</button>
</div>
</div>
<div class="skill-list">
<ul>
<li class="skill-item">
<p>Languages</p>
<img src="./assets/images/arrow-down.png" alt="arrow icon">
</li>
<li>
<ul id="language-list">
<li class="language-item">
<div>
<img src="./assets/images/logo-js.png" alt="js icon">
<p>Javascript</p>
</div>
</li>
<li class="language-item">
<div>
<img src="./assets/images/logo-html.png" alt="html icon">
<p>HTML</p>
</div>
</li>
<li class="language-item">
<div>
<img src="./assets/images/logo-css.png" alt="css icon">
<p>CSS</p>
</div>
</li>
</ul>
</li>
<li class="skill-item bottom-bar">
<p>Frameworks</p>
<img src="./assets/images/right-arrow.png" alt="arrow icon">
</li>
<li class="skill-item bottom-bar">
<p>Skills</p>
<img src="./assets/images/right-arrow.png" alt="arrow icon">
</li>
</ul>
</div>
</div>
</section>
<section id="form-section">
<div id="contact-container">
<div>
<h2 class="white">Contact me</h2>
<p class="white">If you have an application you are interested in developing, a feature that you need built or a project that needs coding. I’d love to help with it </p>
</div>
<form id="form" action="https://formspree.io/f/mknaqnpb" method="POST">
<ul>
<li>
<ul id="contactInGrid">
<li>
<div class="input-div">
<input
type="text"
name="name"
maxlength="30"
required="true"
placeholder="Lorem Ipsum"
/>
</div>
</li>
<li>
<div class="input-div">
<input
id="mail"
type="email"
name="email"
required="true"
placeholder="[email protected]"
/>
</div>
</li>
</ul>
</li>
<li>
<div id="maxText" class="input-div">
<textarea
name="message"
required="true"
id="message"
maxlength="500"
placeholder="Write your message here"
rows="5"
></textarea>
</div>
</li>
<div id="error-message"></div>
<li id="button-container">
<button type="submit" class="btn">
Get in touch
</button>
</li>
</ul>
</form>
</div>
</section>
<script src="scripts.js"></script>
<script src="popup.js"></script>
<script src="form-validation.js"></script>
</body>
</html>