-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·38 lines (38 loc) · 1.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Esteban Gonzalez</title>
<link rel="shortcut icon" href="assets/egicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="bundle.css">
</head>
<body class="home">
<section class="header shrine-login">
<div class="logo-container">
<div class="shrine-logo">
<svg class="shrine-svg" width="34" height="34" stroke-width="1.5" fill="none" style="overflow: visible;">
<g transform="scale(8)">
<path class="esteban" d="M6 10 A 14 14 0 0 1 15.5 4
L15.5 17
L10 17
L15.5 17
L15.5 30
A14 14 0 0 1 6 24"></path>
<path class="gonzalez" d="M28 10 A 14 14 0 0 0 18.5 4
L18.5 30
A14 14 0 0 0 29.5 20
L24 20"></path>
<circle class="egcircle" cx="17" cy="17" r="16" stroke-width="2" fill="none"></circle>
</g>
</svg>
</div>
</div>
<h1 class="index-name">ESTEBAN GONZALEZ</h1>
</section>
<script src="bundle.js" async></script>
</body>
</html>