-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (68 loc) · 3.53 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
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>emanuel Site</title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="icon" href="favicon.ico ">
<!-- The code below is for the font that use in the website. -->
<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=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@500&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
</head>
<body>
<!-- The code below is focus on the mountain theme. -->
<div class="top-container">
<img class="cloudtop" src="images/cloud.png" alt="">
<h1 class="Name">I'm Emanuel</h1>
<h2 class="webdev">a web developer</h2>
<img class="cloudmid"src="images/cloud 2.png" alt="">
<img class="mountain"src="images/mountain.png" alt="">
</div>
<div class="middle-container">
<div class="profile">
<img class="Pic" src="images/pic.png" alt="">
<h2 >About Me.</h2>
<p class="aboutMe">I’m Fresh Graduate as a Bachelor of Science in Computer Science and also studied in UDEMY that focuses on
Full-Stack Web Developer using HTML, CSS, Javascript, Node, React, MongoDB, Web3 and DApps.
I’m Flexible and adaptable in regards to learning and understanding new technologies.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="programming" src="images/programming.png" alt="">
<h3>Designing & Programming</h3>
<p>Creative UI Developer facilitating and supporting human interactions with complex systems and software. Maintains user-centric designs while adhering to prescribed interface principals and related development goals. Analyzed, documented and reported challenges affecting interface output.</p>
</div>
<div class="skill-row">
<img class="chili" src="images/chillies.png" alt="">
<h3>Web developement</h3>
<p>Knowledgeable Web Developer brings superior design to promote organization-specific website presence. Extensive collaboration with teams to oversee site creation from initial planning through rollout. Detail-oriented approach to maintaining website responsiveness, effectiveness and security.</p>
</div>
</div>
<hr>
<div class="bottom-container">
<div class="contact-me">
<h2 >Get In Touch</h2>
<h3 class="touch">I'm looking forward to start a project with you!</h3>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
<div class="links">
<center>
<table>
<tr>
<th><img class="logo" src="images/facebook.png" alt=""></th>
<th><a class="footer-link" href="https://www.facebook.com/eman.ocampo10">Facebook</a></th>
<th><img class="logo" src="images/twitter.png" alt=""></th>
<th><a class="footer-link" href="https://twitter.com/Emanuel192165">Twitter</a></th>
</tr>
</table
</center>
<p class="Copyright">© Copyright Emanuel S. Ocampo 2022 | All Rights Reserved</p>
</div>
</div>
</div>
</body>
</html>