-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (79 loc) · 3.42 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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<p><br><br><br><br><br><br></p>
<div class="row">
<div class="col-md-6"></div>
<div class="col-md-6">
<h1 class="header-light regular-pad">Caribbean Genomics Initiative</h1>
<!--<p class="lead"><br>Welcome to the CaGe webpage.</p>-->
<p><br><br><br><br><br><br><br><br></p>
</div>
</div>
</div>
</div>
<!--
<div class="container">
<br><br><br><br>
<h3 class="text-center">What is the Caribbean Genomics (CaGe) Initiative?</h3>
<br>
<div class="row">
<div class="col-md-5">
<br><br>
<img src="{{ site.url }}/assets/img/CaGe_logo.png" alt="CaGe_logo" style="width:100%;max-width:400px;text-align:center">
</div>
<div class="col-md-7">
<br><br><br>
<p>CaGe is an international, multi-institutional collaborative founded in March 2020 by alumni and current
professors/students of the Department of Marine Sciences at the UPR-Mayaguez with the goal of creating
genomic and morphological resources for Caribbean species.<br><br>
We also look to increase accessibility to the genomics world for investigators just beginning to deal
with genomic data. CaGe plans to do this through the creating and sharing of educational materials and
tutorials for sequence data processing and analysis and hosting workshops open to whoever is interested.<br>
</p>
<br><br><br><br><br><br><br><br><br>
</div>
</div>
<br><br><br><br>
</div>
-->
<div class="mycontainer2 lgray">
<div class="container">
<br>
<h3 class="text-center">Follow us</h3>
<br>
<div class="row">
<div class="col-sm-3">
<h1 class="text-center"><a href="{{ site.git_address }}" target="_blank" rel="noopener noreferrer"><i class="fa fa-github hover-opacity" aria-hidden="true"></i></a></h1>
<h4 class="text-center">GitHub</h4>
</div>
<div class="col-sm-3">
<h1 class="text-center"><a href="{{ site.twitter }}" target="_blank" rel="noopener noreferrer"><i class="fa fa-twitter hover-opacity" aria-hidden="true"></i></a></h1>
<h4 class="text-center">Twitter</h4>
</div>
<div class="col-sm-3">
<h1 class="text-center"><a href="{{ site.facebook }}" target="_blank" rel="noopener noreferrer"><i class="fa fa-facebook hover-opacity" aria-hidden="true"></i></a></h1>
<h4 class="text-center">Facebook</h4>
</div>
<div class="col-sm-3">
<h1 class="text-center"><a href="mailto:{{ site.email }}"><i class="fa fa-envelope-o hover-opacity" aria-hidden="true"></i></a></h1>
<h4 class="text-center">Mail</h4>
</div>
</div>
<br><br>
</div>
</div>
<!--
<div class="container">
<br><br><br><br>
<div class="row">
<div class="col-sm-3">
<h1 class="text-center"><a href="mailto:{{ site.email }}"><i class="fa fa-envelope-o hover-opacity" aria-hidden="true"></i></a></h1>
<h4 class="text-center">Mail</h4>
<p class="text-center">Ideas, suggestions, want to collaborate? Message us</p><br>
</div>
</div>
<br><br><br><br>
</div>-->