Skip to content

Commit d16ce11

Browse files
committed
add favicon.ico
1 parent c4ba9d9 commit d16ce11

File tree

64 files changed

+3509
-3383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3509
-3383
lines changed

_site/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

_site/README.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

_site/TODO.txt

Lines changed: 0 additions & 60 deletions
This file was deleted.

_site/about/index.html

Lines changed: 130 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,81 @@
1-
<h1 id="about-me"><strong>About Me</strong></h1>
1+
<!DOCTYPE html>
2+
3+
<!--
4+
portfolYOU Jekyll theme by yousinix
5+
Free for personal and commercial use under the MIT license
6+
https://github.com/yousinix/portfolYOU
7+
-->
8+
9+
<html lang="en" class="h-100">
10+
11+
<head>
12+
13+
14+
15+
16+
17+
18+
19+
<meta charset="utf-8">
20+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
21+
<meta name="viewport" content="width=device-width, initial-scale=1">
22+
23+
<meta property="og:type" content="website">
24+
<meta property="og:title" content="About">
25+
<meta property="og:description" content="My personal portfolio.">
26+
<meta property="og:image" content="https://avatars.githubusercontent.com/u/191017814?s=400&u=2f077960138f20824e6286bfd7b7375126c0487d&v=4">
27+
28+
<title>About</title>
29+
<meta name="description" content="My personal portfolio.">
30+
31+
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico">
32+
33+
<!-- Theme style -->
34+
<script src="/assets/js/theme.js"></script>
35+
36+
<!-- Font Awesome CDN -->
37+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
38+
39+
<!-- Bootstrap CSS CDN -->
40+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
41+
42+
<!-- Animate CSS CDN -->
43+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css">
44+
45+
<!-- Custom CSS -->
46+
<link rel="stylesheet" href="/assets/css/style.css">
47+
48+
</head>
49+
50+
51+
<body class="h-100 d-flex flex-column">
52+
53+
<main class="flex-shrink-0 container mt-5">
54+
<nav class="navbar navbar-expand-lg navbar-themed">
55+
56+
<a class="navbar-brand" href="/"><h5><b>agarnung.github.io</b></h5></a>
57+
58+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
59+
<i class="fas fa-1x fa-bars text-themed"></i>
60+
</button>
61+
62+
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
63+
<div class="navbar-nav ml-auto">
64+
<a class="nav-item nav-link " href="/projects/">Projects</a>
65+
66+
<a class="nav-item nav-link " href="/blog/">Blog</a>
67+
68+
<a class="nav-item nav-link active" href="/about/">About</a>
69+
70+
71+
72+
<span id="theme-toggler" class="nav-item nav-link" role="button" onclick="toggleTheme()"></span>
73+
</div>
74+
</div>
75+
76+
</nav>
77+
<div class="col-lg-10 mx-auto mt-5 markdown-body">
78+
<h1 id="about-me"><strong>About Me</strong></h1>
279

380
<p>Hi I am <strong>Alejandro Garnung Menéndez</strong> <img class="emoji" title=":wave:" alt=":wave:" src="https://github.githubassets.com/images/icons/emoji/unicode/1f44b.png" height="20" width="20">,<br>
481
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
@@ -123,3 +200,55 @@ <h6 class="date">2018 — present</h6>
123200
</div>
124201
</div>
125202
</div>
203+
204+
</div>
205+
</main>
206+
<footer class="mt-auto py-3 text-center">
207+
208+
<small class="text-muted mb-2">
209+
<i class="fas fa-code"></i> with <i class="fas fa-heart"></i>
210+
by <strong>Alejandro Garnung Menéndez</strong>
211+
</small>
212+
213+
<div class="container-fluid justify-content-center">
214+
<a class="social mx-1" href="mailto:[email protected]" style="color: #6c757d" onmouseover="this.style.color='#db4437'" onmouseout="this.style.color='#6c757d'">
215+
<i class="fas fa-envelope fa-1x"></i>
216+
</a><a class="social mx-1" href="https://www.github.com/agarnung" style="color: #6c757d" onmouseover="this.style.color='#333333'" onmouseout="this.style.color='#6c757d'">
217+
<i class="fab fa-github fa-1x"></i>
218+
</a><a class="social mx-1" href="https://www.linkedin.com/in/alejandro-garnung-men%C3%A9ndez-640085342" style="color: #6c757d" onmouseover="this.style.color='#007bb5'" onmouseout="this.style.color='#6c757d'">
219+
<i class="fab fa-linkedin-in fa-1x"></i>
220+
</a>
221+
222+
</div>
223+
<small id="attribution">
224+
theme <a href="https://github.com/yousinix/portfolYOU">portfolYOU</a>
225+
</small>
226+
227+
</footer>
228+
229+
230+
<!-- GitHub Buttons -->
231+
<script async defer src="https://buttons.github.io/buttons.js"></script>
232+
233+
<!-- jQuery CDN -->
234+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
235+
236+
<!-- Popper.js CDN -->
237+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
238+
239+
<!-- Bootstrap JS CDN -->
240+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
241+
242+
<!-- wow.js CDN & Activation -->
243+
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
244+
<script> new WOW().init(); </script>
245+
246+
<!-- Initialize all tooltips -->
247+
<script>
248+
$(function () {
249+
$('[data-toggle="tooltip"]').tooltip()
250+
})
251+
</script>
252+
</body>
253+
254+
</html>

0 commit comments

Comments
 (0)