-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
executable file
·311 lines (303 loc) · 16.6 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#2196F3">
<title>Eugene Web Devs</title>
<link rel="apple-touch-icon" sizes="57x57" href="img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<!-- Scripts-->
<script>
$.get( "https://bhd6emvlk2.execute-api.us-west-2.amazonaws.com/prod", function( data ) {
$( "#nextMeetup" )
.append( '<h2 class="center header text_h2">Next Meet up: ' + data[0].name + '</h2>')
.append('<div id="venueMeetup" class="center header ">Meeting at ' + data[0].venue.address_1 + '</div>')
.append('<h2 class="center header text_h2"><a href="' + data[0].link + '">RSVP Now</a></h2>');
}, "json" );
</script>
<script src="js/register-worker.js"></script>
<!-- CSS -->
<link href="min/plugin-min.css" type="text/css" rel="stylesheet">
<link href="min/custom-min.css" type="text/css" rel="stylesheet" >
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '283892155432117');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=283892155432117&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body id="top" class="scrollspy">
<!-- Pre Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Navigation-->
<div class="navbar-fixed">
<nav id="nav_f" class="default_color" role="navigation">
<div class="container">
<div class="nav-wrapper">
<a href="#" id="logo-container" class="brand-logo">Eugene Web Devs</a>
<ul class="right hide-on-med-and-down">
<li><a href="https://www.meetup.com/eugenewebdev">MeetUp</a></li>
<li><a href="https://github.com/eugenewebdevs">GitHub</a></li>
<li><a href="https://www.youtube.com/channel/UCRXRsCJF_H0Ue3g-u9_FmAg">YouTube</a></li>
<li><a href="https://github.com/eugenewebdevs/about/blob/master/CodeOfConduct.md">Code of Conduct</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="https://www.meetup.com/eugenewebdev">MeetUp</a></li>
<li><a href="https://github.com/eugenewebdevs">GitHub</a></li>
<li><a href="https://www.youtube.com/channel/UCRXRsCJF_H0Ue3g-u9_FmAg">YouTube</a></li>
<li><a href="https://github.com/eugenewebdevs/about/blob/master/CodeOfConduct.md">Code of Conduct</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<!--Hero-->
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="text_h center header cd-headline letters type">
<span>We </span>
<span class="cd-words-wrapper waiting">
</span>
</h1>
</div>
</div>
<!--Intro and service-->
<div id="intro" class="section scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<div id="nextMeetup">
</div>
<div class="col s12 m4 l4">
<div class="center promo promo-example">
<i class="mdi-image-flash-on"></i>
<h5 class="promo-caption">Discuss development</h5>
<p class="light center">Eugene Web Developers is all about web and mobile app development in the age of ubiquitous internet. This group is all level of
skill and experience. If you're interested in any of these things, regardless of your skill level, please feel free to join us.</p>
</div>
</div>
<div class="col s12 m4 l4">
<div class="center promo promo-example">
<i class="mdi-social-group"></i>
<h5 class="promo-caption">Dev Community Focused</h5>
<p class="light center">Eugene's web development community has been quietly growing and thriving. We're enthusiastically contributing to the community with cooperative learning, networking the occasionally critique, and most importantly getting to know each other.</p>
</div>
</div>
<div class="col s12 m4 l4">
<div class="center promo promo-example">
<i class="mdi-hardware-desktop-windows"></i>
<h5 class="promo-caption">Web Technology</h5>
<p class="light center">We are into:
Web development languages such as Javascript, Python, Ruby, .NET, PHP, HTML and CSS.
Frameworks and web environments. Design trends and paradigms such as Bootstrap, Foundation, and Material Design.
Databases of all types SQL and NoSQL: MySQL, Postgres, MongoDB, Couchbase, and Graphql.
</p>
</div>
</div>
</div>
</div>
</div>
<!--Work-->
<div class="section scrollspy" id="work">
<div class="container">
<h2 class="header text_b">Get Involved</h2>
<div class="row">
<div class="col s12 m6">
<div class="card">
<div class="card-image waves-effect waves-block waves-light" style="height:300px;">
<img class="activator" src="img/meetup.jpeg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Monthly Meetups <i class="mdi-navigation-more-vert right"></i></span>
<p><a href="https://www.meetup.com/eugenewebdev/">Link to Meetup</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Come to a Meetup <i class="mdi-navigation-close right"></i></span>
<p>We meet up monthly to talk about web development, trends, new technology, or anything web dev. Join our group on
<a href="https://www.meetup.com/eugenewebdev/">meetup.com</a> and listen or give a talk to the group.</p>
<a href="https://www.meetup.com/eugenewebdev/"><img src="img/Meetup_Logo_2015.png" width="100%"></a>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image waves-effect waves-block waves-light" style="height:300px;">
<img class="activator" src="img/hackForACause.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Local Hackathons <i class="mdi-navigation-more-vert right"></i></span>
<p><a href="https://github.com/eugenewebdevs/eugene-hackathons">Link to Resource</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Hacks <i class="mdi-navigation-close right"></i></span>
<p>Hackathon events in Eugene. Participation in the hack or mentoring oppertunites there are some fun hacks in Eugene.
You can find more about each in this <i class="small fa fa-github-square"></i> repo: <a href="https://github.com/eugenewebdevs/eugene-hackathons">Eugene hackathons</a></p>
<p>If you know about a hackathon that isn't listed in the repo, pulls are welcome.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="links">
<div class="container">
<h2 class="header text_b">Eugene Tech Meetups</h2>
<p>
Check out these awesome tech meetups that are going on in our town. Also check out our github <a href="https://github.com/eugenewebdevs/archive/tree/master/2018-09-27-Lightning-talks-Eugene-Tech-Meet-Ups" target="_blank">list of Eugene meetups</a>.
</p>
<div class="row">
<div class="col s12 m6">
<div class="card">
<div class="card-image waves-effect waves-block waves-light" style="height: 250px;">
<a href="https://www.facebook.com/pg/eugenewomenintech/" target="_blank"> <img class="activator" src="img/eugene-women-tech.jpg"></a>
</div>
<div class="card-content">
<a href="https://www.facebook.com/pg/eugenewomenintech/">Eugene Women in Tech</a>
<br>
<b>Coworking:</b> First Wednesdays (3-5 pm) and Third Mondays (9-11 am) of every month @ <a href="http://raineugene.org/" target="_blank">RAIN Eugene</a>
<br>
<b>Happy Hours:</b> First Wednesday of every month, 5:30-7 pm, various locations
<br>
<b>Other Events:</b> Please check out <a href="https://www.facebook.com/pg/eugenewomenintech/events/">events page</a> to see more!
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image waves-effect waves-block waves-light" style="height:250px;">
<a href="https://www.meetup.com/EugeneTech/events/" target="_blank"><img class="activator" src="img/tech-tuesday.jpg"></a>
</div>
<div class="card-content">
<a href="https://www.meetup.com/EugeneTech/events/">
Tech Tuesday Meetup
</a>
<br>
<b>Location:</b> The Barnlight
<br>
<b>Date:</b> Every Tuesday @ 5:30pm
</div>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<div class="parallax-container">
<div class="parallax"><img src="img/parallax1.png"></div>
</div>
<!--Footer-->
<footer id="contact" class="page-footer default_color scrollspy">
<div class="container">
<div class="row">
<div class="col l3 s12">
<h5 class="white-text">Social</h5>
<ul>
<li>
<a class="white-text" href="https://www.facebook.com/eugenewebdevs/">
<i class="small fa fa-facebook-square white-text"></i> Facebook
</a>
</li>
<li>
<a class="white-text" href="https://github.com/eugenewebdevs">
<i class="small fa fa-github-square white-text"></i> Github
</a>
</li>
<li>
<a class="white-text" href="https://www.youtube.com/channel/UCRXRsCJF_H0Ue3g-u9_FmAg">
<i class="small fa fa-youtube-square white-text"></i> YouTube
</a>
</li>
<li>
<a class="white-text" href="https://twitter.com/eugenewebdevs">
<i class="small fa fa-twitter-square white-text"></i> Twitter
</a>
</li>
</ul>
</div>
</div>
<!-- New Contributor Link -->
<div>
<h5>
<a id="new-contributors" class="white-text" href="https://github.com/eugenewebdevs/new-contributors">Become a Contributor</a>
</h5>
</div>
</div>
<div class="footer-copyright default_color">
<div class="container">
This HTML 5 Template by <a class="white-text" href="http://joashpereira.com">Joash Pereira</a>.
</div>
</div>
</footer>
<script>
var openers = [
'<b class="is-visible">Love Eugene</b><b>Love the Web</b><b>Love Development</b><b>Love Code</b><b>...Ok maybe we don\'t always "Love" code</b><b> don\'t really love our code 6 months later.</b><b>...</b>',
'<b class="is-visible">Love Eugene</b><b>Love the Web</b><b>Love Development</b><b>Love Code</b><b>...Ok maybe we don\'t always "Love" code</b><b> don\'t really love our code 6 months later.</b><b>... But hindsight is potato potato. - Bishop</b>',
'<b class="is-visible">Love Eugene</b><b>Love the Web</b><b>Love Development</b><b>Love Code</b><b>...Well, love is such a strong word.</b><b> don\'t "dislike" our code. How about that?</b>',
'<b class="is-visible">Love Eugene</b><b>Love the Web</b><b>Love Development</b><b>Hate David though.</b><b>... You know what you did, David.</b><b>\'re always watching...</b>',
'<b class="is-visible">Love Eugene</b><b>Love the Web</b><b>Love Envelopes</b><b>...</b><b>Love Development, I mean.</b><b>... Loving Envelopes would be weird...</b>',
'<b class="is-visible">Love Eugene</b><b>Love that one show from the 60s...</b><b>Think it had someting to do with trucks</b><b>... And there were those giant dinosaurs...</b><b>Think it was called "Truck Fighters"?</b>'
];
$('.waiting').html(openers[Math.floor(Math.random() * openers.length)]);
</script>
<script src="min/plugin-min.js"></script>
<script src="min/custom-min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90993139-1', 'auto');
ga('send', 'pageview');
</script>
<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "Event",
"name": "Eugene Web Devs Meet Up",
"description": "AWS Microservice and Slack",
"startDate": "2021-03-26T06:11:00.000Z",
"endDate": "2021-03-26T07:11:00.000Z",
"location": {
"@type": "VirtualLocation",
"url": "https://stream.storytimereadings.com/"
},
"url": "https://www.meetup.com/eugenewebdevs/events/276779493/"
}]
</script>
</body>
</html>