-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (38 loc) · 2.08 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
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<title>Arika Khor</title>
<link href="style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-GLhlTQ8i RABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous" type="text/css">
</head>
<body>
<div id="intro">
<h2 style="font-family: 'Roboto Mono,monospace', sans-serif; font-weight: 10;" class="body"> </h2>
<h3 class="section-title">Info:</h3>
<div class="intro"></div>
<br><br>
<a href="https://github.com/Core310" target="_blank" rel="noopener noreferrer" style="color: white;"><i class="fab fa-github fa-3x"></i></a>
 
<a href="https://www.linkedin.com/in/arikakhor" target="_blank" rel="noopener noreferrer" style="color: white;"><i class="fab fa-linkedin fa-3x"></i></a>
 
<a href="https://github.com/Core310/arika/blob/master/res/arika_khor_CV.pdf" target="_blank" rel="noopener noreferrer" style="color: white;"><i class="fas fa-file fa-3x"></i></a>
 
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer" style="color: white;"><i class="fas fa-envelope fa-3x"></i></a>
</div>
<script src="textScramWelcome/tscarmSlow.js"></script>
<script src="textScramWelcome/tscarm.js"></script>
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- Particles scripts -->
<script src="particles/particles.js"></script>
<script src="particles/app.js"></script>
<!-- Bootstrap script -->
<script crossorigin="anonymous"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>