-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
108 lines (84 loc) · 4.61 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
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
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-69121088-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-69121088-4');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>jovo</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="font-awesome/css/font-awesome.css">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet">
<!-- ocp icon -->
<link rel="shortcut icon" href="ocp_main3.ico">
<!-- bower:css -->
<!-- <link rel="stylesheet" href="/content/themes/jhu_id/bower_components/normalize-css/normalize.css"> -->
<link rel="stylesheet" href="fonts/gentona/gentona.css">
<link rel="stylesheet" href="fonts/titling-gothic/titling-gothic.css">
<link rel="stylesheet" href="fonts/quadon/quadon.css">
<link rel="stylesheet" href="fonts/arnhem/arnhem.css">
<!-- endbower -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Scrolling Nav JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/main.js"></script>
</head>
<!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Disable navigation bar -->
<!-- <section>
<iframe src="navbar.html" frameborder="0" scrolling="no" allowtransparency="true" width="100%"></iframe>
</section> -->
<section class="main">
<div class="first-section">
<div>
<img src="source/img/vogelstein_joshua_v2.jpg">
</div>
<div class="web">
Joshua T. Vogelstein<br>
Deeply devoted <a href="https://www.facebook.com/kskv73">husband</a>, father, serial scientist-entrepreneur, <br>
<a href="https://www.sacredsons.com/">Sacred Son</a>,
<a href="https://conscious.is/">CLG certified</a> life coach, Earthling, conscious being. <br>
PhD in <a href="https://neuroscience.jhu.edu/">Neuroscience</a>, <br>
Associate Professor of <a href="https://www.bme.jhu.edu/">Biomedical Engineering at Johns Hopkins University</a> <br>
Founding Director of the <a href="https://neurodata.io/">NeuroData lab</a><br>
<!-- | Chief Intelligence Officer of <a href="https://joinsensie.com">Sensie</a> <br> -->
My: <a href="https://medium.com/@progl">blog</a>,
<a href="https://en.wikipedia.org/wiki/Joshua_Vogelstein">wiki</a>,
<a href="https://twitter.com/neuro_data">twitter</a>,
<a href="https://www.facebook.com/jovo1">facebook</a>,
<a href="https://www.instagram.com/a.mystical.mind/">instagram</a>,
<a href="https://www.linkedin.com/in/jovo1/">linkedin</a>,
<a href="https://scholar.google.com/citations?user=DWPfdT4AAAAJ&hl=en" target="_blank">scholar</a>,
<a href="https://github.com/jovo">github</a>,
<a href="https://neurodata.io/about/jovo/">CV</a>,
<a href="mailto:[email protected]?subject=Message for Joshua Vogelstein">email</a>, or <br>
<a href="https://calendly.com/joshuav/">hang out</a> with me.
<br><br>Forging codes to amplify flourishing.<br>
</div>
<!-- <iframe src="main.html" frameborder="0" scrolling="no" allowtransparency="true" width="70%" style="height: 100vh;"></iframe> -->
</div>
</section>
</body>
</html>