-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
64 lines (49 loc) · 2.12 KB
/
links.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
<!DOCTYPE html>
<html>
<head>
<!-- from http://www.opendesigns.org/design/html5-buildings/ -->
<title>Christian E. Gunning, Ph.D. | Links</title>
<meta name="description" content="website description" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="https://code.jquery.com/jquery.min.js"></script>
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
<!-- custom includes for templating -->
<script src="includes/includes.js"></script>
<!-- javascript at the bottom for fast page loading?? -->
<script type="text/javascript" src="js/image_slide.js"></script>
</head>
<body>
<div id="main">
<div id="includeNav"></div>
<div id="site_content">
<img height="220" src="images/fotogrph-water-ripples-566243154-crop.jpg" alt="Christian Gunning, Ph.D." />
<div id="includeSidebar"></div>
<div id="content">
<div class="content_item">
<h2>Web Presence</h2>
<ul>
<li>Blog: <a href="https://helmingstay.blogspot.com/">Life in Code</a></li>
<li>Twitter: <a href="https://twitter.com/prosopis">@prosopis</a></li>
<li>Github: <a href="https://github.com/helmingstay/">helmingstay</a></li>
<li>Gitlab: <a href="https://gitlab.com/helmingstay/">helmingstay</a></li>
<li>Keybase: <a href="https://keybase.io/xian">xian</a></li>
</ul>
<h2>Collaborators</h2>
<ul>
<li><a href="https://math.unm.edu/~hwearing/researchgroup/index.html">The Wearing Group</a> @UNM</li>
<li><a href="https://statacumen.com/about/">Erik B. Erhardt</a> @UNM</li>
<li><a href="https://alun.math.ncsu.edu/">Alun Lloyd</a> @NCSU</li>
</ul>
<h2>Other Projects</h2>
<ul>
<li><a href="https://tilefarm.com/">Tile Farm</a>: A Mathematics Education Application</li>
</ul>
</div><!--close content_item-->
</div><!--close content-->
</div><!--close site_content-->
<div id="includeFoot"></div>
</div><!--close main-->
</body>
</html>