-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (92 loc) · 4.32 KB
/
index.html
File metadata and controls
99 lines (92 loc) · 4.32 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Portfolio">
<meta name="keywords" content="fareen lavji, flavji, fareenlavji, womeninSTEM, softwareengineering, softeng, ai, cyber">
<title>Fareen's Portfolio</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="vendor/hackerthemes-neon-glow/css/bootstrap4-neon-glow.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css'>
<link rel='stylesheet' href="assets/css/footer.css">
</head>
<header>
<div>
<!-- title + nav -->
<div class="jumbotron bg-transparent mb-0 radius-0">
<div class="container">
<div class="row">
<div class="col-auto">
<h1 class="display-2">
<span>
<a href="https://github.com/flavji/flavji.github.io" class="hal-9000"></a>
</span>
Welcome to my portfolio<span class="vim-caret">!</span>
</h1>
<div class="lead mb-3 text-mono text-success">Guess what? It starts with this website.</div>
<div class="text-mono">
<a href="../../index.html"
class="btn btn-primary btn-shadow px-3 my-2 ml-0 text-left">
Home
</a>
<a href="../../CV.html"
class="btn btn-primary btn-shadow px-3 my-2 ml-0 text-left">
Curriculum Vitae
</a>
<a href="../../projects.html"
class="btn btn-primary btn-shadow px-3 my-2 ml-0 text-left">
Projects
</a>
<a href="../../misc.html"
class="btn btn-primary btn-shadow px-3 my-2 ml-0 text-left">
What's this?
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<body>
<!-- highlights -->
<div class="container carousel">
<!-- do shit -->
</div>
<!-- about me -->
<div class="container">
<h1>About me</h1>
<div class="text-grey">
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
<footer>
<div class="container card-footer">
<div>
<nav>
<a href="https://linkedin.com/in/fareenlavji" class="ht-tm-element btn btn-outline-primary">
<span class="fab fa-linkedin"/>
</a>
<a href="https://twitter.com/fareenlavji" class="ht-tm-element btn btn-outline-primary">
<span class="fab fa-twitter"/>
</a>
<a href="https://instagram.com/fareenlavji" class="ht-tm-element btn btn-outline-primary">
<span class="fab fa-instagram"/>
</a>
</nav>
</div>
<div>
<br>
<p class="small">© Fareen Lavji 2020</p>
</div>
</div>
</footer>
</html>