-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (186 loc) · 8.79 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
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en" data-theme="light">
<!--<![endif]-->
<head>
<title data-i18n="title">Iván Pérez - Portfolio</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Iván Pérez - Portfolio">
<!-- Link-->
<link rel="shortcut icon" href="assets/images/resume.png" title="LogoIcon">
<link
href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- Theme CSS -->
<link id="style" rel="stylesheet" href="assets/css/index.css">
<link id="theme-style" rel="stylesheet" href="assets/css/navbar.css">
<link id="theme-style" rel="stylesheet" href="assets/css/toggleDarkLight.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- AD -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2264248507801139"
crossorigin="anonymous"></script>
</head>
<body>
<!-- Dynamic background -->
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<!-- End dynamic background -->
<!--Dark Light mode -->
<label>
<input type="checkbox">
<span class="check" id="toggle" onclick="getTheme()"></span>
<span id="mode">Dark/Light Mode</span>
</label>
<!--Navbar -->
<nav class="navbar navbar-default banner">
<div class="container-fluid ">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button class="dropbtn dropdown-toggle" onclick="window.location.href='/index.html';" type="button">
<span data-i18n="navbar.home" id="currentPage">Home</span></button>
<button class="dropbtn dropdown-toggle" onclick="window.location.href='/about.html';"
type="button"><span data-i18n="navbar.about">About me</span></button>
<button class="dropbtn dropdown-toggle" onclick="window.location.href='/projects.html';"
type="button"><span data-i18n="navbar.projects">Projects</span></button>
<button class="dropbtn dropdown-toggle" onclick="window.location.href='/contact.html';"
type="button"><span data-i18n="navbar.contact">Contact</span></button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div>
<ul class="nav navbar-nav navbar-right navbar-nav-primary">
<li>
<div class="dropdown">
<button class="dropbtn dropdown-toggle" type="button" data-toggle="dropdown">
<span data-i18n="language">Choose language</span>
<span class="arrow down"></span>
</button>
<ul class="dropdown-menu">
<form>
<fieldset>
<label class="dropdown-content">
<input class="dropdown-content" type="button" alt="en" name="lang"
value="English" />
</label>
<br>
<label class="dropdown-content">
<input class="dropdown-content" type="button" alt="es" name="lang"
value="Español" />
</label>
</fieldset>
</form>
</ul>
</div>
</li>
</ul>
</div>
</div><!-- /.container-fluid -->
</nav>
<!--Fin navbar -->
<div class="wrapper">
<div id="left">
<img class="profileImg" src="/assets/images/ivan2.jpg" alt="ivanPerezImage">
<div class="download">
<a id="downloadCV" href="./PDFs/IvanPerezHuete_CV.pdf" download="IvanPerezHuete_CV.pdf">
<button class="btn downloadBtn"><i class="fa fa-download"></i> Download CV</button>
</a>
</div>
</div>
<div id="right">
<div id=right_container">
<div class="personal_text">
<h6 data-i18n="hello">Hello! I am</h6>
<h1 class="name">Iván Pérez Huete </h1>
<h4 class="tagline" data-i18n="tagline">Software Engineer</h4>
<p data-i18n="summary.t1"> I am team player software engineer with a can-do attitude, phenomenal
time management skills, and a strong user focus. Energetic and deep creative thinker. </p>
</div>
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="age">
<em class="fa fa-calendar"></em>
<a title="age" data-i18n="age">June 12th, 1995</a>
</li>
<li class="location">
<em class="fa fa-map-marker"></em>
<a title="location" data-i18n="location">Madrid Area, Spain</a>
</li>
<li class="email">
<em class="fa fa-envelope"></em>
<a
href="javascript:location='mailto:\u0069\u0070\u0065\u0072\u0065\u007a\u0068\u0075\u0065\u0074\u0065\u0040\u0067\u006d\u0061\u0069\u006c\u002e\u0063\u006f\u006d';void 0">
<script
type="text/javascript">document.write('\u0069\u0070\u0065\u0072\u0065\u007a\u0068\u0075\u0065\u0074\u0065\u0040\u0067\u006d\u0061\u0069\u006c\u002e\u0063\u006f\u006d')</script>
</a>
</li>
</ul>
</div>
<div>
<ul class="list personal_social">
<li><a href="https://github.com/IvanPerez9"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/ivan-perez-huete/"><i
class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="text-center"> </div>
</footer>
<!--//footer-->
<!-- Javascript -->
<script src="assets/plugins/jquery-1.11.3.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- custom js -->
<script src="assets/js/main.js" type="module"></script>
<script>
/* ==== DARK LIGHT THEME ==== */
let theme = localStorage.getItem('data-theme');
let toggle = document.getElementById('toggle');
if (localStorage.getItem('data-theme')==null){
localStorage.setItem('data-theme','light');
}
if (theme == 'dark'){
changeTheme('assets/css/darkThemeCSS/indexDark.css');
toggle.checked = false;
} else {
changeTheme('assets/css/index.css')
toggle.checked = true;
}
function changeTheme(theme){
let a = document.getElementById('style');
a.href = theme;
}
var bool = toggle.checked;
function getTheme() {
bool = !bool;
if (bool){
changeTheme('assets/css/index.css')
localStorage.setItem('data-theme', 'light')
} else {
changeTheme('assets/css/darkThemeCSS/indexDark.css')
localStorage.setItem('data-theme' , 'dark')
}
}
</script>
</body>
</html>