-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (84 loc) · 3.8 KB
/
index.html
File metadata and controls
101 lines (84 loc) · 3.8 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
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Evin Jaff - Home</title>
<link rel="stylesheet" href="./support/lumen-boostrap.min.css">
<script src="./support/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="./support/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./support/home.css">
<link rel="stylesheet" href="./support/styles.css">
<link rel="stylesheet" href="./support/navbar.css">
<link rel="stylesheet" href="./support/projects.css">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="site-title">
<h1>EVIN JAFF</h1>
</div>
<hr>
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="#">Brand</a> -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="Press.html">Press</a></li>
<li><a href="https://evinjaff.github.io/papers">Publications</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="Skills.html">Skills</a></li>
</ul>
<ul class="nav navbar-nav nav-float-right">
<li><a href="https://evinjaff.github.io/papers/Jaff_Evin_Resume.pdf">Download Resume</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- End Navbar -->
<div class="container-fluid content">
<div class="row home">
<div class="col-sm-4">
<img class="portrait-image" src="./img/portrait2023.jpg" alt="Evin Jaff Portrait">
</div>
<div class="col-sm-8">
<div class="welcome-text">
<h1>Graduate Student at Washington University in St. Louis </h1>
</div>
<p>This website serves as a showcase for my resume and personal projects.</p>
<p>My areas of study: embedded systems, security, medical devices, and AI </p>
<p>Please feel free to contact me at my email and sign my GPG key!</p>
<hr>
<div class="contact-info">
<p>evin [AT] wustl [DOT] edu</p>
<br>
<a href="https://www.linkedin.com/in/evinjaff/">LinkedIn</a> | <a href="https://github.com/evinjaff">GitHub</a> | <a href="https://orcid.org/0009-0002-3489-0040">ORCID</a> | <a href="https://www.webofscience.com/wos/author/record/KAM-3187-2024">Web of Science</a>
<h3>GPG Fingerprint for my Washington University Email:</h3>
<p>
pub ed25519 2023-02-27 [SC] [expires: 2025-02-26]
</p>
<p>
38784F7F5F202676F1D8706854F50151555D2D72
</p>
<p>
uid Evin K Jaff (evin [AT] wustl [DOT] edu)
</p>
<p>
sub cv25519 2023-02-27 [E] [expires: 2025-02-26]
</p>
</div>
</div>
</div>
</div>
</body>
</html>