-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (99 loc) · 4.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Beltran garcia | Front End Developer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="header">
<section class="intro">
<div class="intro__section">
<p class="intro__text">Hi! I'm</p>
<h1 class="intro__name">Beltrán García</h1>
<p class="intro__text">and I'm a Front End Developer</p>
</div>
<a href="mailto:[email protected]" class="intro__contact contact-zoom-out">Contact</a>
</section>
<div class="page-scroll learn-more">
<a href="#studies">Learn more about me
<br>
<i class="fa fa-chevron-down"></i>
</a>
</div>
</header>
<section class="studies__section" id="studies">
<div class="row">
<h4 class="studies__title">Estudies</h4>
<hr class="separator">
<h5 class="studies__subtitle">Graduate in Degree in Computer Science in Information Technology in University of
Oviedo and at present studying Master's
Degree in Web Engineering in University of Oviedo.</h5>
</div>
<div class="row">
<div class="one-two column">
<img class="studies__item__photo" src="./images/grado-foto.png" alt="imagen epi gijon" />
<h4 class="studies__item__title">Degree</h4>
<hr class="separator item">
<p class="studies__item__text">Degree in Computer Science in Information Technology</p>
</div>
<div class="one-two column">
<img class="studies__item__photo" src="./images/master-photo.png" alt="imagen campus ingenieros oviedo" />
<h4 class="studies__item__title">Master</h4>
<hr class="separator item">
<p class="studies__item__text">Master's Degree in Web Engineering</p>
</div>
</div>
</section>
<section class="aptitudes__section">
<div class="row">
<h3 class="aptitudes__title">Aptitudes</h3>
<hr class="separator">
<h5 class="aptitudes__subtitle">I am a versatile person, I can adapt to the changes that the market demands.</h5>
</div>
<div class="row">
<div class="one-third column">
<i class="fa fa-group fa-4x" aria-hidden="true"></i>
<h4 class="aptitudes__item__title">Work in group</h4>
<hr class="separator item">
<p class="aptitudes__item__text">I am a person who has the ability to relate to people. When working I am able
to adapt to the demands and needs of
the group, even leading the group. </p>
</div>
<div class="one-third column">
<i class="fa fa-child fa-4x" aria-hidden="true"></i>
<h4 class="aptitudes__item__title">Self-improvement capacity</h4>
<hr class="separator item">
<p class="aptitudes__item__text">When I face a problem and I am not able to overcome it, I never give up. Many
times the only thing you need is a
small break to be able to see the clearest things and be able to face that problem again.</p>
</div>
<div class="one-third column">
<i class="fa fa-search fa-4x" aria-hidden="true"></i>
<h4 class="aptitudes__item__title">Curiosity</h4>
<hr class="separator item">
<p class="aptitudes__item__text">I like to be up to date on new technologies in order to know them and adapt to
the needs of the market.</p>
</div>
</div>
</section>
<footer>
<div id="contact">
<div class="container">
<div class="row">
<p class="footer__text__copyright">Beltrán García © 2017.</p>
<div class="footer__social__links">
<a class="footer__social__links__item" href="https://www.linkedin.com/in/beltrán-garcía-balbuena-1753a735"
target="_blank"><i class="fa fa-linkedin"></i></a>
<a class="footer__social__links__item" href="https://github.com/tiborux" target="_blank"><i class="fa fa-github"></i></a>
<a class="footer__social__links__item" href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope-o"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>