-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·103 lines (77 loc) · 2.44 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
---
layout: null
title: Rayna M. Harris
sitemap:
priority: 1.0
lastmod: 2018-05-06
changefreq: weekly
---
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Jekyll integration by somiibo.com
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
{% include head.html %}
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Header -->
<header id="header">
<a href="{{ "/" | absolute_url }}" class="logo">{{site.title}}</a>
</header>
<!-- Nav -->
<nav id="nav">
{% include nav.html %}
</nav>
<!-- Main -->
<div id="main">
<header class="major">
<p> Scientist, Educator, Community Builder, Translator </p>
</header>
<p>
<!--
<span class="h-card">
<img class="u-photo" src="https://avatars2.githubusercontent.com/u/7544197?v=5" alt="Rayna Harris" align="right" img style="margin: -10px 20px;width:15%"/>
<a class="p-name u-url" href="http://www.raynamharris.com/"></a>
</span>
-->
<p>
Dr. Rayna Harris is an adjunct faculty member in biology
and chemistry at <a href="https://ltcc.edu/">Lake Tahoe Community College</a>.
She lives near Lake Tahoe
and also works part-time at a ski resort and
a hostess at a restaurant
to support her snow skiing and snowboarding habits.
She is also starting a <a href="https://www.raynamharris.com/paradigm-shift/">
yoga business</a>.
</p>
<p>
Dr. Harris received a B.S in Biochemistry and
a Ph.D. in Molecular and Cellular Biology from
The University of Texas at Austin.
Dr. Harris was a postdoctoral scholar in the
<a href="http://ivory.idyll.org/lab/index.html">
Data Intensive Biology Lab</a> at UC Davis.
</p>
</div>
<!-- Footer -->
<div>
{% include foot.html %}
</div>
<!-- Scripts -->
{% include scripts-main.html %}
<!-- {% include tracking.html %} -->
<!-- {% include analytics.html %} -->
<!-- Authn -->
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="microsub" href="https://aperture.p3k.io/microsub/236">
<link rel="icon" href="https://avatars2.githubusercontent.com/u/7544197?s=460&v=4">
<link rel="apple-touch-icon-precomposed" href="https://avatars2.githubusercontent.com/u/7544197?s=460&v=4" />
</body>
</html>