-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (52 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png" />
<link
rel="apple-touch-icon"
sizes="72x72"
href="img/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="img/apple-touch-icon-114x114.png"
/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link
rel="stylesheet"
type="text/css"
href="fonts/font-awesome/css/font-awesome.css"
/>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link
rel="stylesheet"
type="text/css"
href="css/nivo-lightbox/nivo-lightbox.css"
/>
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato:400,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900"
rel="stylesheet"
/>
<title>Women in Science</title>
<meta name="description" content="Interactive React website for the Women in Science club at Western University." />
<meta name="author" content="@Issaafalkattan" />
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<div id="root"></div>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</body>
</html>