-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (142 loc) · 8.29 KB
/
index.html
File metadata and controls
171 lines (142 loc) · 8.29 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lemon&family=Lexend:wght@100;300;400;500;600;700;800&display=swap" rel="stylesheet">
<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="assets/img/logo.png">
<title>Florencio</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">FLORENCIO</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title">Hi!<br>I'm <span class="home__title-color">John Allen</span><br>Florencio</h1>
<a href="#contact" class="button">Contact</a>
</div>
<div class="home__social">
<a href="https://www.facebook.com/allen.florencio.754" class="home__social-icon" target="_blank"><i class='bx bxl-facebook'></i></a>
<a href="https://github.com/johnallen23" class="home__social-icon" target="_blank"><i class='bx bxl-github' ></i></a>
</div>
<div class="home__img">
<img src="assets/img/profile.png" alt="">
</div>
</section>
<!--===== ABOUT =====-->
<section class="about section " id="about">
<h2 class="section-title">ABOUT</h2>
<div class="about__container bd-grid">
<div class="about__img">
<img src="assets/img/about.png" alt="">
</div>
<div>
<h2 class="about__subtitle">John Allen Florencio</h2>
<p class="about__text"> I live in Malabon city and studying in <b>Eulogio Amang Rodriguez Institute of Science and Technology,</b> for Bachelor of Science in Information Technology, and a person who really love web designing. I am currently studying Different Programming Languages, such as <b>PHP, </b><b>MySQL, </b><b>C, </b><b>C++, </b>and <b>Python </b>Im glad that you visite my site. If you have a project that you want to get started or think you need my help with something, then get in touch.</p>
</div>
</div>
</section>
<!--===== SKILLS =====-->
<section class="skills section" id="skills">
<h2 class="section-title">SKILLS</h2>
<div class="skills__container bd-grid">
<div>
<h2 class="skills__subtitle">Profesional Skills</h2>
<p class="skills__text">This are the skills I can offer:</p>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-html5 skills__icon'></i>
<span class="skills__name">HTML5</span>
</div>
<div class="skills__bar skills__html">
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-css3 skills__icon'></i>
<span class="skills__name">CSS3</span>
</div>
<div class="skills__bar skills__css">
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bx-poll skills__icon' ></i>
<span class="skills__name">PHP/SQL</span>
</div>
<div class="skills__bar skills__poll">
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxs-paint skills__icon'></i>
<span class="skills__name">GRAPHIC DESIGN</span>
</div>
<div class="skills__bar skills__ux">
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<a class="skills__name" href="https://drive.google.com/file/d/1G7w28O7vHXHda_E7YJrgvnc43muGkd3-/view?usp=sharing" style="color: white;" target="_blank">CLICK HERE FOR MY RESUME</a>
</div>
<div class="skills__bar skills__ux">
</div>
</div>
</div>
<div class="skills__video">
<img src="assets/img/image.png">
</div>
</div>
</section>
<!--===== CONTACT =====-->
<section class="contact section" id="contact">
<h2 class="section-title">Contact</h2>
<div class="contact__container bd-grid">
<form action="" class="contact__form">
<input type="text" placeholder="Name" class="contact__input">
<input type="mail" placeholder="Email" class="contact__input">
<textarea name="" id="" cols="0" rows="10" class="contact__input"></textarea>
<input type="button" value="Submit" class="contact__button button">
</form>
</div>
</section>
</main>
<!--===== FOOTER =====-->
<footer class="footer">
<p class="footer__title">VISIT ME HERE</p>
<div class="footer__social">
<a href="https://www.facebook.com/allen.florencio.754" class="footer__icon" target="_blank"><i class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/johnallenflorencio/" class="footer__icon" target="_blank"><i class='bx bxl-instagram' ></i></a>
<a href="https://github.com/johnallen23" class="footer__icon" target="_blank"><i class='bx bxl-github' ></i></a>
</div>
<p>© 2020 copyright all right reserved</p>
</footer>
<!--===== SCROLL REVEAL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>