-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriters.html
More file actions
180 lines (158 loc) · 7.2 KB
/
writers.html
File metadata and controls
180 lines (158 loc) · 7.2 KB
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
---
layout: none
---
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="InterSTEM Media">
<meta name="author" content="Themefisher.com">
<title>InterSTEM</title>
<!-- Mobile Specific Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/img/favicon.png" />
<!-- bootstrap.min css -->
<link rel="stylesheet" href="{{ site.baseurl }}/plugins/bootstrap/bootstrap.min.css">
<!-- Ionic Icon Css -->
<link rel="stylesheet" href="{{ site.baseurl }}/plugins/Ionicons/css/ionicons.min.css">
<!-- animate.css -->
<link rel="stylesheet" href="{{ site.baseurl }}/plugins/animate-css/animate.css">
<!-- Magnify Popup -->
<link rel="stylesheet" href="{{ site.baseurl }}/plugins/magnific-popup/magnific-popup.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/plugins/slick/slick.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/navigate.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/blogs.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
</head>
<body id="body" style="background-color: white;">
{% include header.html %}
<section class="page-title" id="talks-title" style="color: black;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 style="font-family: Ergonomique Bold; font-size: 50px">InterSTEM Writers</h2>
</div>
</div>
</section>
<section class="about section" style="margin-top: -50px;">
<div class="container">
<div class="row">
<h2>Current Writers</h2>
<p>Ana Monsalud, Andre Lombardi, Angela Zhang, Ashley Lee, Audrey Lee,
Ayush Kumar,
Carly Schinhofen,
Carrie Shim,
Emily Richter,
Eric Bebenov,
Famesh Patel,
Joan Joe,
Khushi Shah,
Mehri Sadri,
Mihir Kulkarni,
Nellie Nguyen,
Omar Dajani,
Ramizah Tayiba,
Reagan Smith,
Rheigina Quijote,
Ryan Liu,
Satyam Mehta,
Simone Rothaupt,
Sydney Hollingsworth,
Tania Firouzabady,
Teddy Rosenthal,
Valeria Rivadeneyra,
Vrutti Patel
</p>
<br>
<h2>Former Writers</h2>
<p>
Aaron Yan,
Albert Oh,
Annabel Tiong,
Ari Rednour,
Benjamin Tang,
Patrick Nguyen,
Sam Hronek
</p>
</div>
</div>
</section>
{% if paginator.total_pages > 1 %}
<div class="text-center">
<ul class="post-pagination">
{% if paginator.previous_page %}
<li class="next"><a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">Prev</a></li>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<li class="active"><a>{{ page }}</a></li>
{% elsif page == 1 %}
<li><a href="/blog">{{ page }}</a></li>
{% else %}
<li><a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a></li>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<li class="next"><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next</a></li>
{% else %}
<span>Next »</span>
{% endif %}
</ul>
</div>
{% endif %}
<br><br><br>
<!-- footer Start -->
<footer class="footer" style="background-color: black; margin-top: -40px;">
<div class="container">
<div class="col-md-12">
<div class="footer-manu" >
<ul>
<li><a href="https://discord.com/invite/Y9KSFVZ" target="_blank" class="sm-link" style="font-size: 25px;"><i class="fab fa-discord"></i></a>
<li><a href="https://www.instagram.com/inter.stem/" target="_blank" class="sm-link" style="font-size: 25px;"><i class="fab fa-instagram"></i></a>
<li><a href="https://www.linkedin.com/company/interstem-nonprofit/" target="_blank" class="sm-link" style="font-size: 25px;"><i class="fab fa-linkedin"></i></a>
<li><a href="https://github.com/InterSTEMDev" target="_blank" class="sm-link" style="font-size: 25px;"><i class="fab fa-github"></i></a>
<li><a href="https://open.spotify.com/show/2gIXhZA2OjXT3HVchKFudm" target="_blank" class="sm-link" style="font-size: 25px;"><i class="fab fa-spotify"></i></a>
<li><a href="https://www.youtube.com/channel/UCEe2XiVONWjo0W3exJQz0bg" target="_blank" class="sm-link" style="font-size: 25px;"><i class="fab fa-youtube"></i></a>
</ul>
</div>
<p class="copyright" style="font-size: 18px;"><b>interstemplatform@gmail.com</b><a>
<br><p class="copyright" style="font-size: 18px;"><b>interstemtutoring@gmail.com</b><a>
<br><p class="copyright" style="font-size: 18px;"><b>interstemwriting@gmail.com</b><a>
<br><p class="copyright" style="font-size: 18px;"><b>interstemresearch@gmail.com</b><a><br><br>
<p class="copyright" style="font-size: 18px;"><b>Developed by InterSTEM Tech Team.<b></p>
<br>
</div>
</div>
</footer>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="{{ site.baseurl }}/plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="{{ site.baseurl }}/plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick Carousel -->
<script src="{{ site.baseurl }}/plugins/slick/slick.min.js"></script>
<script src="{{ site.baseurl }}/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- filter -->
<script src="{{ site.baseurl }}/plugins/shuffle/shuffle.min.js"></script>
<script src="{{ site.baseurl }}/plugins/SyoTimer/jquery.syotimer.min.js"></script>
<!-- Form Validator -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"></script>
<script src="{{ site.baseurl }}/plugins/google-map/map.js"></script>
<script src="{{ site.baseurl }}/js/script.js"></script>
</body>
</html>