-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
84 lines (64 loc) · 3.05 KB
/
about.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
<!doctype html>
<html>
<head>
<!-- Priority tags. These must come first. -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge; chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="assets/imgs/tab-logo.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<!-- Document Title -->
<title>Willie M. Bonavente</title>
</head>
<body>
<div class="header slide">
<a href="about.html" class="logo">Willie M. Bonavente</a>
<a href="index.html">Work</a>
</div>
<div class="about-page slide delay01">
<div class="about">
<h2>
A software developer with a passion for creating innovative solutions.
</h2>
<p class="text">
I am a software developer with a passion for creating innovative solutions. I have a strong foundation
in
software engineering and programming principles across multiple platforms. I am adept at learning new
technologies and languages, and I excel in collaborative environments that foster creativity and
innovation. I am seeking opportunities to leverage my skills and experience in a dynamic and challenging
role.
</p>
</div>
<img src="assets/imgs/hacktober-fest.png" class="photo-dejan">
<img src="assets/imgs/WMB-2.jpg" class="photo-dejan">
<div class="about">
<h4>Education</h4>
<div class="multi-row">
<p class="title">Bachelor's Degree</p>
<p class="entity">Currently pursuing a Bachelor's Degree in Information Technology at the Polytechnic University of
the Philippines, Sta. Mesa Manila</p>
<p class="years">2022 </p>
</div>
<div class="multi-row">
<p class="title">Senior High School</p>
<p class="entity">Technology and Livelihood Education at Lucrecia R. Kasilag Senior High School
</p>
<p class="years">2020 – 2022</p>
</div>
<h4>Contact</h4>
<p>Feel free to reach out for projects, collaborations, or just to say hello! Currently seeking new
opportunities.</p>
<div class="multi-row contact-options">
<a id="copyemail"
data-clipboard-text="williembonavente@iskolarngbayan.pup.edu.ph">williembonavente@iskolarngbayan.pup.edu.ph</a>
<a href="https://www.linkedin.com/in/willie-bonavente-828180207/" target="_blank">Linkedin</a>
</div>
</div>
</div>
<footer class="slide delay02">© Willie M. Bonavente 2024</footer>
<!-- Copy to clipboard -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.8/clipboard.min.js"></script>
<script src="index.js"></script>
</body>
</html>