This repository was archived by the owner on Feb 16, 2021. It is now read-only.
forked from alex-code4okc/rails_workshop_website
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome.component.html
More file actions
75 lines (63 loc) · 3.44 KB
/
home.component.html
File metadata and controls
75 lines (63 loc) · 3.44 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
<!DOCTYPE html>
<div class="card">
<div class="title">Oklahoma City Networking Fair (West OKC)</div>
<div class="line"></div>
<p>
Join us for an oppportunity to meet members of our local tech community. We're expecting 100+ developers and IT professionals to attend!
</p>
<p><em>When:</em> Monday January 27, 2020 from 5:30 pm - 7:30 pm</p>
<p><em>Where:</em> This networking event will take place at <a href="https://www.google.com/maps/search/?api=1&query=35.467274%2C-97.649605">Rack59 Data Center</a> in West Oklahoma City.</p>
<p>Please RSVP on <a href="https://www.meetup.com/Techlahoma-Foundation/events/267086809/">Meetup</a> if you would like to attend this event</p>
<p>The event will be in northwest Oklahoma City at Project 3810. It's halfway between Meridian and Portland, and halfway between NW 36th Street and NW 39th Expressway.</p>
<p>Make plans to attend if you're looking for a job, contract work, mentorship opportunities, job candidates, or just networking. Feel free to bring business cards or copies of your resume! Attire is business casual.</p>
<p>This event is come and go, so don't worry if you can't make it right at 5:30 or stay until 7:30!</p>
<p>We've had events like this for FreeCodeCamp OKC, but this one is for anyone involved with Techlahoma! Watch this <a href="https://youtu.be/sALtyh5l5ag">video</a> from a smaller event to get an idea of what to expect.<p>
<blockquote>"The FreeCodeCamp OKC meet and greet was where I met my current boss/employer. Being involved 100% had an influence on my success." - Austin Keeton</blockquote>
<blockquote>"It was great to meet and talk with all the representatives from the different companies and gain more insight into each of them." - Ameya Joshi </blockquote>
<blockquote>"A nice informal opportunity to get a sense of the hiring in OKC for tech folks." - Joe Denney</blockquote>
</div>
<div class="card">
<div class="header">
<a href="https://www.linkedin.com/in/collins-kimberly/">
<img class="avatar" src="assets/kimberly-collins.png">
</a>
<div class="title-box">
<div class="name">Kimberly Collins</div>
<div class="sub-title">Organizer</div>
</div>
</div>
<div class="line"></div>
<p>
Kimberly is a software consultant with over a decade of experience in C#.NET and SQL Server. She's on the board of directors for Techlahoma and is very involved in the local tech community.
</p>
</div>
<div class="card">
<div class="header">
<a href="https://www.linkedin.com/in/christopher-tse/">
<img class="avatar" src="assets/chris-tse.jpg">
</a>
<div class="title-box">
<div class="name">Christopher Tse</div>
<div class="sub-title">Co-Organizer</div>
</div>
</div>
<div class="line"></div>
<p>
Chris is a computer science graduate from the University of Oklahoma and is currently a software engineer at Oracle. He is also one of the organizers of FreeCodeCamp Norman.
</p>
</div>
<div class="card">
<div class="header">
<a href="https://www.linkedin.com/in/alex-ayon/">
<img class="avatar" src="assets/alex-ayon.png">
</a>
<div class="title-box">
<div class="name">Alex Ayon</div>
<div class="sub-title">Co-Organizer</div>
</div>
</div>
<div class="line"></div>
<p>
Alex is a bioengineer who is enthusiastic about code and is currently working towards becoming a developer. Alex is one of the co-organizers for FreeCodeCamp OKC.
</p>
</div>