-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
223 lines (142 loc) · 7.17 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
215
216
217
218
219
220
221
222
223
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.61.0" />
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="/img/apple-icon.png">
<link rel="icon" type="image/png" href="/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Bertha Brenes</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<link href="/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://berthabrenes.github.io/sass/now-ui-kit.min.a29c3c7ed6d8b2c763320f5b2b3c5b477afc5ce3a8965442457beac985ad255e.css" rel="stylesheet">
<link href="/css/demo.css" rel="stylesheet" />
<link rel="stylesheet" href="https://berthabrenes.github.io/css/highlight.min.css">
</head>
<body class="profile-page sidebar-collapse">
<nav class="navbar navbar-expand-lg bg-primary fixed-top navbar-transparent " color-on-scroll="400">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="/" rel="tooltip" title="" data-placement="bottom" target="_blank">
Bertha Brenes
</a>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
</button>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation" data-nav-image="/img/blurred-image-1.jpg">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/components/" data-target="/components/">
<i class='fa fa-medium'></i>
<span>Medium</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/landing/" data-target="/landing/">
<i class='now-ui-icons business_bank'></i>
<span>Projects</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/profile/" data-target="/profile/">
<i class='now-ui-icons users_single-02'></i>
<span>CV</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/login/" data-target="/login/">
<i class='now-ui-icons location_world'></i>
<span>Traveller</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="page-header page-header-small" filter-color="blue">
<div class="page-header-image" data-parallax="true" style="background-image: url('https://berthabrenes.github.io/img/header.jpg');">
</div>
</div>
<div class="section">
<div class="container">
<h1>Bertha Brenes</h1>
<div class="container justify-content-center">
<div class="row">
<div class="col-md-6 col-lg-6 col-xl-6 ml-auto mr-auto">
<div class="card">
<ul class="nav justify-content-center" role="tablist" data-background-color="blue">
<li class="nav-item">
<a class="nav-link active" href="/2016/12/30/welcome-to-the-bertha-blog/" role="tab">
<i class="now-ui-icons files_paper"></i> <strong>Welcome to the Bertha Blog</strong>
</a>
</li>
<a class="nav-link active" href="/2016/12/30/welcome-to-the-bertha-blog/" role="tab">
<li class="nav-item"><i class="now-ui-icons ui-1_calendar-60"></i> 2016-12-30
</a>
</li>
</ul>
<div class="card-body">
Hi you Welcome to my blog. I made it with Hugo platform and with github pages, to show my recents projects in the intern in Paris and the university. Show my medium post, and futher my travel adventures.
Hope you like it ;)
</div>
</div>
</div>
</div>
</div>
<br />
</div>
</div>
<footer class="footer" data-background-color="black">
<div class="container">
<nav>
<ul>
<li>
<a href="https://twitter.com/BerthaBrenes"><i class='fa fa-twitter'></i> </a>
</li>
<li>
<a href="https://github.com/BerthaBrenes"><i class='fa fa-github'></i> </a>
</li>
<li>
<a href="https://gitlab.com/BerthaBrenes"><i class='fa fa-gitlab'></i> </a>
</li>
<li>
<a href="https://spdx.org/licenses/MIT"><i class='fa fa-balance-scale'></i> MIT</a>
</li>
</ul>
</nav>
</div>
</footer>
</div>
</body>
<script src="/js/core/jquery.3.2.1.min.js" type="text/javascript"></script>
<script src="/js/core/popper.min.js" type="text/javascript"></script>
<script src="/js/core/bootstrap.min.js" type="text/javascript"></script>
<script src="/js/plugins/bootstrap-switch.js"></script>
<script src="/js/plugins/nouislider.min.js" type="text/javascript"></script>
<script src="/js/plugins/bootstrap-datepicker.js" type="text/javascript"></script>
<script src="/js/now-ui-kit.js?v=1.1.0" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
nowuiKit.initSliders();
});
function scrollToDownload() {
if ($('.section-download').length != 0) {
$("html, body").animate({
scrollTop: $('.section-download').offset().top
}, 1000);
}
}
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } });
</script>
<script async src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"></script>
</html>