-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-about-me.html
More file actions
67 lines (67 loc) · 2.67 KB
/
index-about-me.html
File metadata and controls
67 lines (67 loc) · 2.67 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
<!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>About me</title>
<link rel="stylesheet" href="AboutPageAssets/styles/aboutPageStyle.css">
</head>
<body>
<div>
<h2 class="title-contact">About Me</h2>
</div>
<div class="">
<div class="image">
<img src="AboutPageAssets/images/hacker4.jpg" class="image-user" alt="user-image">
</div>
<section class="info-user-complete">
<h2><span class="name-user-complete">RANDY JOSEPH MIESES CHILÓN</span></h2>
<h4><span class="profesion-user">Systems Engineering</span></h4>
<p class="container-text">Hello, I'm Randy, a programmer who specializes in Java, I'm 21 years old and I like all kinds of technology that is presented in the world. In this section, I will show you what I like and what distracts me.</p>
</section>
</div>
<br>
<div class="section-user">
<article class="article-user">
<div>
<img src="AboutPageAssets/images/java.png" alt="Java" class="user-red-social-icons-info">
</div>
<h5>Back Development</h5>
<p>Java Development</p>
<p>C#</p>
<p>Oracle</p>
</article>
<article class="article-user">
<div>
<img src="AboutPageAssets/images/consola-de-juego.png" alt="Games" class="user-red-social-icons-info">
</div>
<h5>Games</h5>
<p>Age of Empires</p>
<p>DOTA</p>
<p>CSGO</p>
</article>
<article class="article-user">
<div>
<img src="AboutPageAssets/images/lector.png" alt="Read" class="user-red-social-icons-info">
</div>
<h5>Read</h5>
<p>Clean Code</p>
<p>PMBOK v7</p>
<p>Patrons Diseng</p>
</article>
</div>
<br>
<div class="center">
<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>
<br>
<footer class="end-info-complete">
<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>