-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (75 loc) · 4.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>EUGENIO SAINTE MARIE</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="public/./css/app.min.css" />
<script src="https://kit.fontawesome.com/12db9cd0d1.js" crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LNQ47VG50M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LNQ47VG50M');
</script>
</head>
<body style="overflow: hidden !important;">
<div class="l-slide keyboard-bind-wrapper" data-title="hello world">
<div class="container container--relative">
<br />
<div class="l-slide-content l-slide-content--centered">
<div class="rgbStripe"></div>
<div class="hero">
<a style="text-decoration: none;" href="mailto:[email protected]?subject=Contact" title="Email">
<h2 class="hero-name">
EUGENIO
<div class="hero-name-breaker"></div>
<b>SAINTE MARIE</b>
</h2>
</a>
<a style="text-decoration: none;" href="https://eugeniosaintemarie.github.io/portfolio?ref=home" title="Portfolio">
<h1 class="hero-post" id="post">></h1>
</a>
<p class="hero-desc"></p>
<p class="contact-social">
<span>
<!--<a style="color: #FFFFFf;" href="mailto:[email protected]?subject=Contact" title="Email"><i class="envelope icon"></i></a>-->
<!--<a style="color: #2867b2;" href="https://www.linkedin.com/in/eugeniosaintemarie" title="Linkedin"><i class="linkedin icon"></i></a>-->
<a style="color: #FFC107;" href="https://eugeniosaintemarie.github.io/notes?ref=home" title="Notes"><i class="book icon"></i></a>
<a style="color: #9C27B0;" href="https://eugeniosaintemarie.github.io/camera?ref=home" title="Camera"><i class="camera icon"></i></a>
<!--<a style="color: #E1306C;" href="https://www.instagram.com/eugeniosaintemarie" title="Instagram"><i class="instagram icon"></i></a>-->
<a style="color: #bd081c;" href="https://www.pinterest.es/eugeniosaintemarie" title="Pinterest"><i class="thumbtack icon"></i></a>
<!--<a style="color: #1DB954;" href="https://open.spotify.com/user/eugeniosaintemarie" title="Spotify"><i class="spotify icon"></i></a>-->
</span>
</p>
<p>
<!--2nd line-->
</p>
</div>
</div>
</div>
</div>
<!--<div class="l-slide" id="BSOD" data-nonnavbar="true">
<div class="container">
<div class="l-slide-content l-slide-content--centered">
<div class="BSOD">
<span class="BSOD-smile">:(</span>
<h2 class="BSOD-heading"></h2>
<p class="BSOD-paragraph"> Your device ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you.</p>
<p class="BSOD-heading"> <span id="BSOD-percentage">0</span>% Complete</p>
<footer class="BSOD-footer">
<img src="public/static/qr.png" class="BSOD-qr" alt="Eugenio Sainte Marie" />
<div class="BSOD-copyright">
<p> For more information about this issue and possible fixes, visit <a style="color: #fff; text-decoration: none;" href="https://eugeniosaintemarie.github.io" >https://eugeniosaintemarie.github.io</a ></p>
<p> If you call a support person, five them this info: <br />Stop code: END OF SITE</p>
</div>
</footer>
</div>
</div>
</div>
</div>-->
<script src="public/js/bundle.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script> <script>WebFont.load({google:{families:["Roboto:900,500","Open Sans:400"]},});</script>
</body>
</html>