-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (120 loc) · 4.89 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
<!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">
<title>Personal Landing Page</title>
<link rel="stylesheet" href="personal_lpage.css">
<!--font -->
<link rel="stylesheet" href="fontawesome-free-6.2.1-web/css/all.css">
</head>
<body>
<section class="showcase">
<header>
<h2 class="logo">
<img src="img/alulogo.png" alt="Logo">
</h2>
<nav>
<ul>
<li><a href="#me">HOME</a></li>
<li><a href="https://psuuc-alsulpindo.github.io/LoveLink/">PROJECTS</a></li>
<li><a href="#about">ABOUT ME</a></li>
</ul>
</nav>
</header>
</section>
<div class="contanier">
<div class="box">
<nav>
<a href="img/alulogo.png"class="logo"></a>
<ul>
<li><a href="mailto:[email protected]" style="text-decoration: none;">Message</a></li>
</ul>
</nav>
<div class="contains" id="about">
<div class="section-1">
<h1>Hi, I'm Alleah</h1>
<h3>An Information Technology Student</h3>
<p> My name is Alleah Lyzet S. Ulpindo, a 20-year-old Information Technology student. With a strong passion for technology and its impact on our daily lives, I am thrilled to explore various areas of IT and discover ways to contribute to the industry. Through my studies, I have developed a solid understanding of various IT concepts. Thank you for taking the time to visit my page and learn more about me.</p>
<a href="" class="btn">Hire me</a>
</div>
<div class="section-2" id="me">
<img src="img/alu41.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="skills">
<h1>MY SKILLS</h1>
<div class="container">
<!-- Skills here -->
<section class="skills">
<div class="container">
<div class="skill">
<h2>Problem-solving</h2>
<p>I am able to analyze complex problems and break them down into smaller, more manageable components and I enjoy digging into issues to find the root cause.</p>
</div>
<div class="skill">
<h2>Communication</h2>
<p>I have developed strong communication skills to effectively communicate complex technical concepts. I am an active listener to ensure everyone's voice is heard and that we are all working towards a common goal.</p>
</div>
<div class="skill">
<h2>Creative and Innovative</h2>
<p>I am a naturally creative thinker and am always looking for new and innovative ways to approach problems. I enjoy thinking outside the box and bringing fresh perspectives to projects.</p>
</div>
<div class="skill">
<h2>Collaboration and Teamwork Skills</h2>
<p>I thrive in group settings and enjoy working with others to achieve common goals. I am experienced in coordinating tasks, encouraging participation, and resolving conflicts.</p>
</div>
</div>
</section>
</div>
</div>
<footer class="footer">
<!-- your footer content here -->
<div class="footer-logo" id="foot">
<img src="img/alulogo.png" class="logo1">
</div>
<div class="contacts-us">
<div class="container-1" >
<img src="media2/location.png" alt="" class="contact-app">
<p>Sta. Maria, Pangasinan</p>
</div>
<div class="container-1">
<img src="media2/call.png" alt="" class="contact-app">
<p>09958160826</p>
</div>
<div class="container-1">
<img src="media2/email.png" alt="" class="contact-app1">
<p>[email protected]</p>
</div>
</div>
<div class="social-media">
<div>
<p class="connected">
Get connected with us <br> on social media platforms.
</p>
</div>
<div>
<a href="https://www.facebook.com/alleahlyzet?mibextid=ZbWKwL"> <img src="media2/facebook.png" alt="" class="socmed"></a>
<a href="https://instagram.com/llh_lyzet?igshid=ZDdkNTZiNTM="><img src="media2/instagram.png" alt="" class="socmed"></a>
<a href="https://twitter.com/byunniee_baek?t=VKnqLZCfxil2ZF89ZHCeqA&s=09"><img src="media2/twitter.png" alt="" class="socmed"> </a>
</div>
</div>
<div class="final-footer">
<div class="footer-text">
<div class="footer-nav">
<a href="#me">Home</a> |
<a href="#about">About Me</a> |
<a href="https://psuuc-alsulpindo.github.io/LoveLink/">Projects</a> |
</div>
<div class="footer-copy">
© 2023 Alleah Lyzet S. Ulpindo - All Rights Reserved.
</div>
</div>
</footer>
</body>
</html>