-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentoring.html
118 lines (102 loc) · 5.88 KB
/
mentoring.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
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE HTML>
<html>
<head>
<title>HIV SUCCESS</title>
<link rel="shortcut icon" type="image/x-icon" href="images/HIV Success Icon + Ribbon_mini.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-483Y66X3X1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-483Y66X3X1');
</script>
</head>
<body class="is-preload">
<!--Menu-->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="index.html" class="smooth-scroll-middle">Overview</a></li>
<li><a href="cohorts.html" class="smooth-scroll-middle">Cohorts</a></li>
<li><a href="data.html" class="smooth-scroll-middle">Data</a></li>
<li><a href="conferences.html" class="smooth-scroll-middle">Conferences</a></li>
<li><a href="opportunities.html" class="smooth-scroll-middle">Opportunities</a></li>
<li><a href="funding.html" class="smooth-scroll-middle">Pilot Funding</a></li>
<!--<li><a href="mentoring.html" class="smooth-scroll-middle">Mentoring</a></li>-->
<!--<li><a href="tools.html" class="smooth-scroll-middle">Tools</a></li>-->
<li><a href="publications.html" class="smooth-scroll-middle">Publications</a></li>
<li><a href="members.html" class="smooth-scroll-middle">HIV SUCCESS Members</a></li>
<li><a href="http://internal.hivsuccess.uw.edu/" class="smooth-scroll-middle">Internal</a></li>
</ul>
</nav>
</div>
</section>
<section id="hambagaMenu" role="navigation">
<div id="menuToggle">
<!-- A fake / hidden checkbox is used as click reciever, so you can use the :checked selector on it. -->
<input type="checkbox" />
<!-- Some spans to act as a hamburger. They are acting like a real hamburger, not that McDonalds stuff. -->
<span></span>
<span></span>
<span></span>
<!-- Too bad the menu has to be inside of the button but hey, it's pure CSS magic. -->
<ul id="menu">
<li><a href="index.html" class="smooth-scroll-middle" style="text-decoration: none;">Overview</a></li>
<li><a href="cohorts.html" class="smooth-scroll-middle" style="text-decoration: none;">Cohorts</a></li>
<li><a href="data.html" class="smooth-scroll-middle" style="text-decoration: none;">Data</a></li>
<li><a href="conferences.html" class="smooth-scroll-middle" style="text-decoration: none;">Conferences</a></li>
<li><a href="opportunities.html" class="smooth-scroll-middle" style="text-decoration: none;">Opportunities</a></li>
<li><a href="funding.html" class="smooth-scroll-middle" style="text-decoration: none;">Pilot Funding</a></li>
<!--<li><a href="mentoring.html" class="smooth-scroll-middle" style="text-decoration: none;">Mentoring</a></li>-->
<!--<li><a href="tools.html" class="smooth-scroll-middle" style="text-decoration: none;">Tools</a></li>-->
<li><a href="publications.html" class="smooth-scroll-middle" style="text-decoration: none;">Publications</a></li>
<li><a href="members.html" class="smooth-scroll-middle" style="text-decoration: none;">HIV SUCCESS Members</a></li>
<li><a href="http://internal.hivsuccess.uw.edu/" class="smooth-scroll-middle" style="text-decoration: none;">Internal</a></li>
</ul>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="wrapper style1 align-left">
<div class="inner medium" style="width: 90%;" >
<h1><img src="images/HIV Success Icon + Ribbon.png" style="height: 0.7em;"> Key HIV and Substance Use Publications</h1>
<script src="https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fgroups%2F5147453%2Fitems%3Fkey%3DUZ9AvlSPtkFZH6NIkrCwpFLK%26format%3Dbibtex%26limit%3D100&jsonp=1"></script>
</div>
</section>
<section class="wrapper style1 align-left">
<div class="inner medium" style="width: 90%;" >
<h1><img src="images/HIV Success Icon + Ribbon.png" style="height: 0.7em;"> NIDA Cohort Consortium Publications</h1>
<script src="https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fgroups%2F5147453%2Fitems%3Fkey%3DUZ9AvlSPtkFZH6NIkrCwpFLK%26format%3Dbibtex%26limit%3D100&jsonp=1"></script>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner medium">
<h2>Questions? Comments? Looking to connect with researchers in Substance Use and/or HIV?</h2>
<h3><a href="mailto:[email protected]"><u><br/>contact us</u></a> at [email protected]</h3>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center" style="background: linear-gradient(90deg, #990091 7.2%, #F00 50.84%, #F6C949 96.41%); color: #ffffff;">
<div class="inner">
<p>© <script>document.write( new Date().getFullYear() );</script> CIRG.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>