-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
156 lines (138 loc) · 6.7 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
154
155
156
<!DOCTYPE html>
<html lang="en">
<!-- include head -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:image" content="./public/images/Tilted Gear Red_Yellow.png">
<link rel="shortcut icon" href="./public/images/Tilted Gear Red_Yellow.png">
<title>Blog | Theta Tau Hofstra</title>
<!-- Bootstrap core CSS -->
<!-- <%- CDN('/css/bootstrap.css', 'css', '', ''); %>
<%- CDN('/css/settings.css', 'css', '', ''); %>
<%- CDN('/css/owl.carousel.css', 'css', '', ''); %>
<%- CDN('/css/custom.css', 'css', '', ''); %>
<%- CDN('/css/style.css', 'css', '', ''); %>
<%- CDN('/css/maroon.css', 'css', '', ''); %> -->
<!-- <%- CDN('/type/fontello.css', 'css', '', ''); %> -->
<!-- <%- CDN('/type/budicons.css', 'css', '', ''); %> -->
<!-- <%- CDN('/js/google-code-prettify/prettify.css', 'css', '', ''); %>
<%- CDN('/js/fancybox/jquery.fancybox.css', 'css', '', ''); %>
<%- CDN('/js/fancybox/helpers/jquery.fancybox-thumbs.css?v=1.0.2', 'css', '', ''); %> -->
<!-- <%- CDN('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic', 'css', '', ''); %>
<%- CDN('https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic', 'css', '', ''); %> -->
<link href="./public/css/bootstrap.css" rel="stylesheet">
<link href="./public/css/settings.css" rel="stylesheet">
<link href="./public/css/owl.carousel.css" rel="stylesheet">
<link href="./public/js/google-code-prettify/prettify.css" rel="stylesheet">
<link href="./public/js/fancybox/jquery.fancybox.css" rel="stylesheet" type="text/css" media="all" />
<link href="./public/js/fancybox/helpers/jquery.fancybox-thumbs.css?v=1.0.2" rel="stylesheet" type="text/css" />
<link href="./public/css/custom.css" rel="stylesheet">
<link href="./public/css/style.css" rel="stylesheet">
<link href="./public/css/maroon.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href="./public/type/fontello.css" rel="stylesheet">
<link href="./public/type/budicons.css" rel="stylesheet">
</head>
<body class="full-layout">
<div id="preloader"><div id="status"><div class="spinner"></div></div></div>
<div class="body-wrapper">
<!-- include navbar -->
<!-- include navbar -->
<div id="navbar" class="navbar basic default"></div>
<div style="padding-top: 90px;"></div>
<div class="light-wrapper">
<div class="container inner">
<div class="row">
<div class='col-sm-12'>
<h1>Theta Tau Hofstra</h1>
<p>Welcome to our blog! Here you'll find the latest news and updates from Hofstra's Omega Beta chapter of Theta Tau!</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 content">
<div class="classic-blog">
<div class="post format-image">
<figure style="object-fit: contain;"><a href="/blog/fall-2019-newsletter">
<div class="text-overlay">
<div class="info">Read More</div>
</div>
<img style="width: 100%; margin-top: -30%; margin-bottom: -30%" src="./public/images/OT At the Vineyards.jpg" alt="" /></a></figure>
<div class="post-content">
<h2 class="post-title"><a href="/blog/fall-2019-newsletter">Fall 2019</a></h2>
<div class="meta"><span class="date">November 23, 2019</span> <span class="category"><a href="#">Newsletter</a></span></div>
<!-- /.meta -->
<p>The Omega Beta chapter at Hofstra University has been growing
immensely in their leadership, professionalism, and standing on campus.
From working within their chapter to ensure growth in professionalism
and brotherhood, to extending to the community around them, this
chapter has been able to be a growing presence on their campus...</p>
<a href="/blog/fall-2019-newsletter" class="more">Continue reading →</a>
</div>
</div>
<!--/.post -->
</div>
<!--/.grid-blog -->
<!-- <div class="pagination">
<ul>
<li><a href="#"><i class="icon-left-open-big"></i></a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#"><i class="icon-right-open-big"></i></a></li>
</ul>
</div>
/.pagination -->
</div>
<!-- /.content -->
</div>
<!-- /.row -->
</div>
</div>
</div>
<!-- /.light-wrapper -->
<!-- footer -->
<footer id="footer"></footer>
<!-- /footer -->
</div>
<!-- /.body-wrapper -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script>
$(function(){
$("#navbar").load("./partials/navbar.html");
});
// $(function(){
// $("#eboard").load("./partials/eboard.html");
// });
$(function(){
$("#footer").load("./partials/footer.html");
});
</script>
<script>
// When the user scrolls the page, execute myFunction
window.onscroll = function() {myFunction()};
// Get the navbar
var navbar = document.getElementById("navbar");
// Get the offset position of the navbar
var sticky = 100;
// Add the sticky class to the navbar when you reach its scroll position. Remove "sticky" when you leave the scroll position
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("fixed")
} else {
navbar.classList.remove("fixed")
}
}
</script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
<script src="./public/js/twitter-bootstrap-hover-dropdown.min.js"></script>
<script src="./public/js/jquery.themepunch.plugins.min.js"></script>
<script src="./public/js/jquery.themepunch.revolution.min.js"></script>
<script src="./public/js/jquery.themepunch.tools.min.js"></script>
<script src="./public/dist/bundle.js"></script>
</body>
</html>