-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (208 loc) · 9.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bairon Paz</title>
<link href="css/index.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- navigation-->
<nav class="navBar">
<div class="navCont container">
<div class="logo">
<a href="#home"><h1>Bairon Paz</h1></a>
</div>
<ul class="navList">
<li class="navElement"><a href="#work">My work</a></li>
<li class="navElement"><a href="#skills">Skills</a></li>
<li class="navElement"><a href="#about">About</a></li>
<li class="navElement"><a href="#contact"><button class="btn">Contact me</button></a></li>
</ul>
</div>
</nav>
<nav class="mobileNav">
<div class="container">
<ul class="navList">
<a href="#work"><i class="fa fa-suitcase" aria-hidden="true"></i></a>
<a href="#skills"><i class="fa fa-bar-chart" aria-hidden="true"></i></a>
<a href="#about"><i class="fa fa-user-circle-o" aria-hidden="true"></i> </a>
<a href="#contact"><i class="fa fa-phone" aria-hidden="true"></i></a>
</ul>
</div>
</nav>
<div class="homeContainer container">
<section id="home">
<div class="textContent">
<h1>Hi, my name is Bairon,</h1>
<h2>I make</h2><br><h3>Ideas</h3><br><h2>Come true</h2>
<h1>Full stack developer</h1>
</div>
<button>Contact me</button>
</section>
<section id="work">
<section class="moreWork">
<h1>Most recent work</h1>
<div class="archive">
<a href="https://github.com/MrR3set" >Check all of my work</a>
</div>
<div class="wGrid">
<div class="proj proj1">
<h1>Portfolio page V1</h1>
<p>Tools used: HTML + CSS </p>
<div><a href="https://mrr3set.github.io/portfolio-website/"><button>See full</button></a>
<a href="https://github.com/MrR3set/portfolio-website"><button>Repository</button></a></div>
</div>
<div class="proj proj2">
<h1>GitHub user finder</h1>
<p>Tools used: GitHub API + JS</p>
<div><a href="https://mrr3set.github.io/github-usercard/"><button>See full</button></a>
<a href="https://github.com/MrR3set/github-usercard"><button>Repository</button></a></div>
</div>
<div class="proj proj3">
<h1>Subreddit suggester</h1>
<p>Tools used: HTML + CSS</p>
<div><a href="https://dazzling-murdock-2c9a33.netlify.com/index.html"><button>See full</button></a>
<a href="https://github.com/post-here-subreddit-picker/landing-page"><button>Check on git</button></a></div>
</div>
<div class="proj proj4">
<h1>Nasa photo of the day</h1>
<p>Tools used: React</p>
<div><a href="https://eloquent-banach-8d4e02.netlify.com/"><button>See full</button></a>
<a href="https://github.com/MrR3set/nasa-photo-of-the-day"><button>Repository</button></a></div>
</div>
</div>
</section>
</section>
<section id="skills">
<div class="skills">
<h1>My skills</h1>
<div class="skill">
<div class="title">
<i class="fa fa-html5" aria-hidden="true"></i>
<h1>HTML</h1>
</div>
<div class="src">Formed at
<div>
<ul>SoloLearn (2018)</ul>
<ul>Lambda School (2020)</ul>
</div>
</div>
<div class="time"><p>Since 2018</p></div>
</div>
<div class="skill">
<div class="title">
<i class="fa fa-css3" aria-hidden="true"></i>
<h1>CSS</h1>
</div>
<div class="src">Formed at
<div>
<ul>SoloLearn (2018)</ul>
<ul>Lambda School (2020)</ul>
</div>
</div>
<div class="time"><p>Since 2018</p></div>
</div>
<div class="skill">
<div class="title">
<img src="./assets/js.svg" alt="" class="svg">
<h1>JS</h1>
</div>
<div class="src">Formed at
<div>
<ul>SoloLearn (2017)</ul>
<ul>Polytechnic University of Madrid (2017)</ul>
</div>
</div>
<div class="time"><p>Since 2017</p></div>
</div>
<div class="skill">
<div class="title">
<img src="./assets/cpp-icon.svg" alt="" class="svg">
<h1>C++</h1>
</div>
<div class="src">Formed at
<div>
<ul>SoloLearn (2015)</ul>
<ul>Edx (2016) intermediate</ul>
<ul>Polytechnic University of Madrid (2017)</ul>
</div>
</div>
<div class="time"><p>Since 2015</p></div>
</div>
<div class="skill">
<div class="title">
<img src="./assets/c.svg" alt="" class="svg">
<h1>C</h1>
</div>
<div class="src">Formed at
<div>
<ul>Polytechnic University of Madrid (2017)</ul>
</div>
</div>
<div class="time"><p>Since 2017</p></div>
</div>
<div class="skill">
<div class="title">
<img src="./assets/c-sharp.svg" alt="" class="svg">
<h1>C#</h1>
</div>
<div class="src">Formed at
<div>
<ul>Solo learn (2017)</ul>
</div>
</div>
<div class="time"><p>Since 2017</p></div>
</div>
<div class="skill">
<div class="title">
<img src="./assets/java.svg" alt="" class="svg">
<h1>Java</h1>
</div>
<div class="src">Formed at
<div>
<ul>SoloLearn (2015)</ul>
<ul>Polytechnic University of Madrid (2018)</ul>
</div>
</div>
<div class="time"><p>Since 2015</p></div>
</div>
</div>
<div class="aboutMe" id="about">
<div class="text-content">
<div class="top">
<h1>About me</h1>
<p>I am a Full stack developer student at Lambda that loves coding and building things. I've been coding for 5 years now. Programing is my passion!</p>
</div>
<div class="bot"><h1>My story</h1>
<p>Ever since I was a child I wanted to be a doctor like my father, but everything changed when one night messing around with my computer I decided to install <a href="http://www.codeblocks.org/">CODE::BLOCKS</a> and spent the next 14 hours "coding" on C++. After that it was clear what I wanted to do!</p></div>
</div>
<div class="img-wrapper">
<img src="./assets/profilepic.jpg" alt="">
</div>
</div>
</section>
<section id="contact">
<h1>Reach me out in:</h1>
<div class="socials">
<div class="social">
<a href="mailto:[email protected]"><img src="./assets/gmail.svg" alt="Gmail"></a>
</div>
<div class="social">
<a href="https://discord.gg/GjUBnt"><img src="./assets/discord.svg" alt="Discord"></a>
</div>
<div class="social">
<a href="https://github.com/MrR3set"><img src="./assets/github.svg" alt="GitHub"></a>
</div>
<div class="social">
<a href="https://www.instagram.com/conbdebandido/"><img src="./assets/instagram.svg" alt="Instagram"></a>
</div>
<div class="social">
<a href="https://www.linkedin.com/in/byronpaz/"><img src="./assets/linkedin.svg" alt="Linkedin"></a>
</div>
</div>
</section>
</div>
</body>
</html>