-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
183 lines (172 loc) · 6.18 KB
/
index.html
File metadata and controls
183 lines (172 loc) · 6.18 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
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stefano San Esteban Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700;900&display=swap" rel="stylesheet">
<body>
<main>
<div class="head-bar">
<div class="logo-container">
<img class="logo" src="assets/stefano.png">
</div>
<div class="mid-section">
</div>
<div class="main-tabs">
<h4>HOME</h4>
<h4>PROJECT</h4>
<h4>ABOUT</h4>
<h4>CONTACT</h4>
</div>
</div>
<div class="career-intro">
<div class="pfp">
<img class="pfp-photo" src="assets/profile-photo.png">
</div>
<div class="info">
<p class="name">Stefano San Esteban</p>
<p class="my-title">Professional Tambay | Front-end Developer</p>
<p class="my-deets"> I am a Front-End Developer and a student pursuing a Bachelor of Science in Aviation Information Technology at the Philippine State College of Aeronautics. This collection showcases my commitment to blending technology and aviation, highlighting projects that reflect my dedication to innovation and problem-solving.</p>
<button class="about-me">ABOUT ME</button>
</div>
</div>
<div class="gray-background">
</div>
<div class="skills-sets">
<div class="skill-1">
<img class="skill-icon" src="assets/front-end-icon.png">
<p class="skill-title">Front-End Development</p>
<p class="skill-info">Expert in front-end development, crafting responsive and interactive web interfaces using HTML, CSS, and JavaScript</p>
<p>KNOW MORE +</p>
</div>
<div class="skill-2">
<img class="skill-icon" src="assets/ui-ux-icon.png">
<p class="skill-title">UI/UX Design</p>
<p class="skill-info">Skilled in UI/UX design, creating visually appealing and user-friendly digital experiences through wireframing, prototyping, and effective design principles.</p>
<p>KNOW MORE +</p>
</div>
<div class="skill-3">
<img class="skill-icon" src="assets/pmc-icon.png">
<p class="skill-title">Project Management and Collaboration</p>
<p class="skill-info">Proficient in project management and collaboration, ensuring successful web projects by leveraging Agile methodologies and fostering teamwork</p>
<p class="know-more">KNOW MORE +</p>
</div>
</div>
<div class="expe">
<div class="years-expe">
<p class="years-xp">0</p>
<p class="years-xp-bot">Years Experience</p>
</div>
<div class="mid-section">
<div class="expe-1">
<p class="expe1-stat">0</p>
<p class="expe1-bot">Clients</p>
</div>
<div class="expe-2">
<p class="expe2-stat">4</p>
<p class="expe2-bot">Completed Projects</p>
</div>
</div>
<div class="right-section">
<div class="expe-3">
<p class="expe3-stat">0</p>
<p class="expe3-bot">Years Experience</p>
</div>
<div class="expe-4">
<p class="expe3-stat">
0
</p>
<p class="expe4-bot">Achievements</p>
</div>
</div>
</div>
<div class="proj-title">
<div class="title-container">
<p class="ft-projects">FEATURED PROJECTS</p>
<p class="ft-projects-bot">These are my completed projects, you can visit my projects by clicking "view all"</p>
</div>
<div class="proj-title-shrink"></div>
<div class="view-section">
<button class="view-all-btn">VIEW ALL</button>
</div>
</div>
<div class="projs-container">
<div class="project-preview">
<div class="proj-thumbnail">
<img src="assets/project-1.1.png">
</div>
<div>
<p class="project-name">Online Quiz System</p>
<p class="km-link">KNOW MORE +</p>
</div>
</div>
<div class="project-preview">
<div class="proj-thumbnail">
<img src="assets/project-2.png">
</div>
<div>
<p class="project-name">Library System</p>
<p class="km-link">KNOW MORE +</p>
</div>
</div>
<div class="project-preview">
<div class="proj-thumbnail">
<img src="assets/project-3.png">
</div>
<div>
<p class="project-name">PhilSCA Portal</p>
<p class="km-link">KNOW MORE +</p>
</div>
</div>
<div class="project-preview">
<div class="proj-thumbnail">
<p>work in progress...</p>
</div>
<div>
<p class="project-name">Flood Detection and Emergency App</p>
<p class="km-link">KNOW MORE +</p>
</div>
</div>
</div>
<div class="ending-state">
<div class="ending-txt">
<p class="statement">Let's work together on your next project</p>
<p class="outro">Facebook: Stefano San Esteban | Instagram: _sstefano
</p>
</div>
<div class="c-btn-section">
<button class="contact-btn">CONTACT</button>
</div>
</div>
</div>
<div class="foot-links">
<div class="left-foots"></div>
<div class="mid-foots">
<p>HOME</p>
<p>ABOUT</p>
<p>PROJECT</p>
<p>CONTACT</p>
</div>
<div class="right-foots"></div>
</div>
<div class="footer">
<div class="left-foot">
<img src="assets/s-logo.png">
</div>
<div class="mid-foot">
<img src="assets/icon-fb.png">
<img src="assets/ig-icon.png">
<img src="assets/li-icon.png">
</div>
<div class="right-foot">
<p>Created by Stefano San Esteban</p>
</div>
</div>
</div>
</main>
</body>
</html>