-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 2.48 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
50
51
52
53
54
55
56
<!DOCTYPE html>
<!--This is the main title page to the website, I've got to organize it as such as a main page for a portfolio -->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
var scale = window.outerWidth / 1280;
$('head').append('<meta name="viewport" content="width=1280, initial-scale=' + scale + ', maximum-scale=' + scale + ', user-scalable=0">');
<title>Jonah's Personal Website</title>
<!--Linking in css file in the folder css-->
<link href="css/graphics_index.css" type="text/css"
rel="stylesheet" />
<link href="css/Layout_index.css" type="text/css"
rel="stylesheet" />
<!--This link is for the social media icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="description"
content="Jonah Riley Huggins's personal website" />
<meta name="keywords"
content="Jonah Huggins, Molecular Scientist, Mesowestern, High-throughput Western" />
<meta name="robots"
content="nofollow" />
<meta http-equiv="author"
content="Jonah Riley Huggins" />
</head>
<style>
</style>
<body>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="Projects.html">Projects</a>
<!-- <a href="about.html">About</a> -->
<a href="Research.html">Research</a>
<a href="resume.html">Curriculum vitae</a>
</div>
<div class="bg-image"></div>
<div class="seentitle">
<h1>Jonah Riley Huggins</h1>
</div>
<div class="myDiv">
<div class="toptext"><h2><h1>Jonah Riley Huggins</h1><br /></h2>
<p lang="en-us"><div class="tab2">Molecular Biologist, Programming Enthusiast,<br /> & Slightly Mad Scientist.</div></p></div>
<a href="https://orcid.org/0000-0001-7468-4626" <i class="fa-brands fa-orcid"></i></a>
<a href="https://github.com/JonahRileyHuggins" class="fa fa-github fa-lg"></a>
<a href="https://www.reddit.com/user/JonahRileyHuggins" class="fa fa-reddit fa-lg"></a>
<a href="https://www.linkedin.com/in/jonah-riley-huggins/" class="fa fa-linkedin"></a>
<a href="mailto:[email protected]" class="fa fa-envelope"></a>
</div>
<div class="footer">
<p style="color:#FFA500"><a href="https://www.digits.net" target="_blank">
<img src="https://counter.digits.net/?counter={5ef7a7cb-398d-8634-512c-3c5838645f85}&template=simple"
alt="Hit Counter by Digits" border="0" />
</a>Hits according to <a href="https://www.digits.net/"><img src="Images/WebCounter.jpg" width="5%" height="5%"></a></p>
</body>
</html>