-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
76 lines (65 loc) · 1.31 KB
/
index.Rmd
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
---
title: "EDUCE"
output:
html_document:
css: "hide_title.css"
---
<style>
.center-logo {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.center-title {
font-size: 75px;
text-align: center;
margin: auto;
width: 100%;
}
.center-subtitle {
font-size: 25px;
text-align: center;
margin: auto;
width: 100%;
}
.center-txt {
text-align: center;
margin: auto;
width: 100%;
}
.box {
text-align: center;
}
.contact-title {
font-size: 20px;
height:25px;
}
.column {
float: left;
width: 50%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
<div class="center-title" style="color:teal">
<p><b>Welcome to EDUCE</b></p>
</div>
<p style="text-align:center;"><img src="images/EDUCE_globe.png" width="500"></p>
<div class="center-subtitle">
<p><b>Experiential Data science for Undergraduate Cross-disciplinary Education</b></p>
</div>
<div class="box">
<div class="contact-title">
<b><p>For more information:</p></b>
<p><a href="http://ecoscope.ubc.ca/program-structure/educe/">EDUCE</a>
and
<a href="http://ecoscope.ubc.ca/">ECOSCOPE</a></p>
<p><a href="https://github.com/EDUCE-UBC">EDUCE GitHub</a></p>
<p>[email protected]</p>
</div>
</div>