-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
226 lines (222 loc) · 8.82 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
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<title>Document</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div data-bs-toggle="offcanvas" data-bs-target="#offcanvasExample" aria-controls="offcanvasExample">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<section>
<p>Hello! My name is</p>
<h1>Ron Alvarez</h1>
<h3>Software Developer</h3>
</section>
</header>
<main>
<section id="projects">
<h2>PROJECTS</h2>
<article>
<img src="images/colegio-classroom.png" alt="">
<section>
<div>
<span>HTML & CSS</span>
<span>SASS</span>
<span>BOOTSTRAP</span>
<span>JAVASCRIPT</span>
<span>VUE</span>
<span>PHP</span>
<span>LARAVEL</span>
<span>SQL</span>
<span>MySQL</span>
<span>AXIOS</span>
<span>LARAVEL API</span>
<span>VUE SPA</span>
</div>
<h3>E-LEARNING PORTAL</h3>
<p>An e-learning with student assessment and progress tracking that i developed for our school for
my 4th year computer science thesis/capstone.
</p>
<div>
<a href="https://www.youtube.com/watch?v=Ad3EkgAcZpQ" target="_blank">DEMO</a>
<a href="" class="disabled">PRIVATE</a>
</div>
</section>
</article>
<article>
<img src="images/petcare-reservation.png" alt="">
<section>
<div>
<span>HTML & CSS</span>
<span>SASS</span>
<span>BOOTSTRAP</span>
<span>JAVASCRIPT</span>
<span>PHP</span>
<span>LARAVEL</span>
<span>SQL</span>
<span>MySQL</span>
</div>
<h3>PETCARE RESERVATION</h3>
<p>A web-based petcare reservation system that i made for a local veterinary clinic in my hometown.
</p>
<div>
<a href="https://www.youtube.com/watch?v=I4waHvLCdd4" target="_blank">DEMO</a>
<a href="" class="disabled">PRIVATE</a>
</div>
</section>
</article>
<article>
<img src="images/landing-page.png" alt="">
<section>
<div>
<span>HTML & CSS</span>
<span>SASS</span>
</div>
<h3>LANDING PAGE</h3>
<p>A responsive landing page that i converted from figma to actual webpage.</p>
<div>
<a href="https://ronalvarez123.github.io/Landing-Page" target="_blank">DEMO</a>
<a href="https://github.com/RonAlvarez123/Landing-Page" target="_blank">CODE</a>
</div>
</section>
</article>
<article>
<img src="images/coffee-corp.png" alt="">
<section>
<div>
<span>HTML & CSS</span>
<span>SASS</span>
</div>
<h3>COFFEE CORP</h3>
<p>Another responsive landing page that i converted from figma to actual webpage.</p>
<div>
<a href="https://ronalvarez123.github.io/Coffee-Corp/" target="_blank">DEMO</a>
<a href="https://github.com/RonAlvarez123/Coffee-Corp" target="_blank">CODE</a>
</div>
</section>
</article>
</section>
<section id="skills">
<h2>SKILLS</h2>
<div>
<aside>
<img src="images/html.png" alt="">
<p>HTML</p>
</aside>
<aside>
<img src="images/css.png" alt="">
<p>CSS</p>
</aside>
<aside>
<img src="images/sass.png" alt="">
<p>SASS</p>
</aside>
<aside>
<img src="images/bootstrap.png" alt="">
<p>Bootstrap</p>
</aside>
<aside>
<img src="images/javascript.png" alt="">
<p>JavaScript</p>
</aside>
<aside>
<img src="images/vue.png" alt="">
<p>Vue</p>
</aside>
<aside>
<img src="images/php.png" alt="">
<p>PHP</p>
</aside>
<aside>
<img src="images/laravel.png" alt="">
<p>Laravel</p>
</aside>
<aside>
<img src="images/sql.png" alt="">
<p>SQL</p>
</aside>
<aside>
<img src="images/mysql.png" alt="">
<p>MySQL</p>
</aside>
<aside>
<img src="images/git.png" alt="">
<p>Git</p>
</aside>
<aside>
<img src="images/github.png" alt="">
<p>Github</p>
</aside>
</div>
</section>
<section id="about">
<h2>ABOUT ME</h2>
<div>
<img src="images/profile.jpg" alt="">
<p>Hi! I am Ron Christoper Alvarez and I enjoy creating and developing applications that help people and
improve my skills as a software developer. I recently got my bachelor's degree in Computer Science
this July 2022.
<br><br>
I've had the privilege of working as a freelance programming tutor and as a freelance programmer
throughout my college days. Currently, I am working on some side projects while I constantly
self-study and improve my expertise.
</p>
</div>
</section>
<section id="contact">
<h2>CONTACT</h2>
<aside>
<h4>Let's get in touch!</h4>
<p>[email protected]</p>
<div>
<a href="">
<img src="images/github.png" alt="">
</a>
<a href="">
<img src="images/linkedin.png" alt="">
</a>
<a href="">
<img src="images/facebook.png" alt="">
</a>
</div>
</aside>
<p>Designed & Developed by Ron Christoper Alvarez</p>
</section>
</main>
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasExampleLabel"></h5>
<button type="button" class="offcanvas-close" data-bs-dismiss="offcanvas">
<div></div>
<div></div>
</button>
</div>
<div class="offcanvas-body">
<a href="">Projects</a>
<a href="">Skills</a>
<a href="">About Me</a>
<a href="">Contact</a>
</div>
</div>
</body>
</html>