-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.65 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
<!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>My Page Web</title>
<link rel="stylesheet" href="AboutPageAssets/styles/aboutPageStyle.css">
</head>
<body>
<div class="info-general">
<div class="image">
<img src="AboutPageAssets/images/hacker4.jpg" class="image-user" alt="user-image">
</div>
<br>
<section class="info-user">
<h1>I'M <span class="name-user">JOSEPH MIESES</span></h1>
<h3> <span class="profesion-user">SYSTEMS ENGINEER</span></h3>
<hr class="hr-separation">
<p class="container-text">Hi, I'm Joseph, a student who is in his ninth cycle at the "Universidad Nacional de Cajamarca". Who is going to specialize in the Back-End branch, with the Java language and its frameworks.</p>
<hr class="hr-separation">
</section>
<br>
<div>
<div class="button-user-info"><a href="index.html" title="Me"><span>ME</span></a></div>
<div class="button-user-info"><a href="index-about-me.html" title="About Me"><span>ABOUT ME</span></a></div>
<div class="button-user-info"><a href="index-contact-me.html" title="Contact Me"><span>CONTACT ME</span></a></div>
</div>
</div>
<footer class="end-info">
<hr class="hr-separation">
<p class="footer-text-initial">2022 Copyrights - All Rights Reserved</p>
<p class="footer-text-final">Joseph Mieses - <span class="footer-email">Email me</span></p>
</footer>
</body>
</html>