-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (44 loc) · 1.96 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Eli K Miller - Front-End Developer</title>
<meta name="description" content="Front-End Developer">
<meta name="author" content="Eli K Miller">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand:300|Raleway">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div class="card">
<h1 class="name">Eli K Miller</h1>
<h2 class="title">Front-End Developer</h2>
<ul class="contact-info">
<li id="github" class="contact-info-item">
<a class="contact-info-link" href="https://github.com/elikmiller" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</li>
<li id="linkedin" class="contact-info-item">
<a class="contact-info-link" href="https://www.linkedin.com/in/elikmiller/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li id="email" class="contact-info-item">
<a class="contact-info-link" href="">
<i class="fas fa-envelope-square"></i>
</a>
</li>
</ul>
</div>
<script>
// https://repl.it/@elikmiller/ObfuscateEmail
for (ML = "ka:[email protected]", MI = "413:5728:398:3043::8<;674", OT = "", j = 0; j < MI.length; j++)OT += ML.charAt(MI.charCodeAt(j) - 48);
document.querySelector("#email a.contact-info-link").href = OT;
</script>
</body>
</html>