-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
72 lines (54 loc) · 2.28 KB
/
Copy pathsoftware.html
File metadata and controls
72 lines (54 loc) · 2.28 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
<!doctype html>
<!-- The DOCTYPE declaration above will set the -->
<!-- browser's rendering engine into -->
<!-- "Standards Mode". Replacing this declaration -->
<!-- with a "Quirks Mode" doctype is not supported. -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- -->
<!-- Consider inlining css to reduce the number of requested files -->
<!-- -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/eylon.css">
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>Eylon Caplan</title>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript"
src="https://rajkumar-pujari.com/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79894772-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<center>
<h2>Eylon Caplan</h2>
</center>
<hr class="nomargin">
<nav class=mynavbar>
<a href="index.html">HOME</span></a>
<a href="publications.html">PUBLICATIONS</a>
<a href="software.html"><span class="focus">SOFTWARE</span></a>
<a href="contact.html">CONTACT</a>
<a href="cv.html">CV</a>
</nav>
<hr class="nomargin">
<br>
<center><p>My github page is <a href="https://github.com/eyloncaplan">here</a></p></center>
</div>
</body>
</html>