-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.html
153 lines (126 loc) · 7.09 KB
/
blog.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<title>OYFA at UVA</title>
<link rel="shortcut icon" type="image/png" href="./images/colored_logo.png"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface:400,400i|Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/css/font-awesome.min.css">
<script src="https://use.fontawesome.com/68f3846bea.js"></script>
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link href="https://fonts.googleapis.com/css?family=Cutive&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Comfortaa&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header role="banner">
<nav class="navbar navbar-expand-lg bg-dark navbar-fixed-top">
<!-- Would like the navbar to be sticky at the top!! -->
<div class="container-fluid">
<a class="navbar-brand" href="#top">OYFA</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample05"
aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample05">
<ul class="navbar-nav pl-md-5 ml-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="https://docs.google.com/forms/d/1ec2dqZ7HNB0hx7r279x4uBbboDdS2GVtKRFW7HRxsLE/viewform?edit_requested=true" target="_blank">Join</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="./blog.html" target="_blank">Blog</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="./officers.html" >B&C</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="https://www.paypal.me/oyfa">Donate</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="./archives.html" >Archives</a>
</li>
<!-- <li class="nav-item dropdown">
<a class="nav-link" href="./index.html#contact">Contact</a>
</li> -->
</ul>
</div>
</div>
</nav>
</header>
<!-- END header -->
<div style="background: linear-gradient(180deg,#7D97CE, white); height: 80px;"></div>
<iframe src="https://oyfahistory.wixsite.com/historicblog/blog?fbclid=IwAR2B8_B2DMsi9QzlamKMNCv2IN_Lz-_fbJPR1b6oityb6Mbsw4jqPsPbbeE" onload="this.width=screen.width;this.height=screen.height;">
<a href="https://oyfahistory.wixsite.com/historicblog/blog?fbclid=IwAR2B8_B2DMsi9QzlamKMNCv2IN_Lz-_fbJPR1b6oityb6Mbsw4jqPsPbbeE" target="_blank">Click here for the blog</a>
</iframe>
<footer class="site-footer" role="contentinfo">
<div class="container">
<div class="row mb-5">
<div class="col-md-8 mb-5">
<h3 class="mb-4">About Us</h3>
<p class="mb-5">Created in 1988, the Organization of Young Filipino Americans strives to share its culture with anyone who wants to learn. Come <a href="https://docs.google.com/forms/d/1ec2dqZ7HNB0hx7r279x4uBbboDdS2GVtKRFW7HRxsLE/viewform?edit_requested=true">join</a>!</p>
</div>
<div class="col-md-4 ml-auto">
<h3 class="mb-4">Find Us Here</h3>
<ul class="list-unstyled footer-link d-flex footer-social">
<li><a href="https://twitter.com/oyfaatuva" target="_blank" class="p-2 mr-5"><span class="icon fa fa-twitter"></span></a></li>
<li><a href="https://www.facebook.com/groups/oyfaatuva/" target="_blank" class="p-2 mr-4"><span class="icon fa fa-facebook"></span></a></li>
<li><a href="https://www.youtube.com/user/uvaOYFA" target="_blank" class="p-2 mr-4"><span class="icon fa fa-youtube"></span></a></li>
<li><a href="https://www.instagram.com/oyfaatuva/" target="_blank" class="p-2"><span class="icon fa fa-instagram"></span></a></li>
</ul>
</div>
<hr>
</div>
<div class="row">
<div class="col-12 text-md-center text-left">
<p class="small">
Website created and maintained by Mara Hart ([email protected]). Access code <strong><a href="https://www.github.com/maralihart/oyfa-website" target="_blank">here</a></strong>
</p>
<p class="small">
Although this organization has members who are University of Virginia students and may have University employees associated or engaged in its activities and affairs, the organization is not a part of or an agency of the University. It is a separate and independent organization which is responsible for and manages its own activities and affairs. The University does not direct, supervise or control the organization and is not responsible for the organization′s contracts, acts or omissions.
</p>
<p class="small">
Click <strong><a href="./archives/index.php">here</a></strong> to view the previous website.
</p>
<p class="small">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Design: <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
<!-- END footer -->
<!-- loader -->
<div id="loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#ffc107" /></svg></div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>