-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (105 loc) · 5.77 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Silicon Valley Haskell Meetup</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<div class="d-block px-3 py-2 text-center text-bold bg-primary">
<a href="https://lu.ma/haskell" class="text-white text-decoration-none" target="_blank">
The next event will be announced soon!
Subscribe to future events on our luma calendar
</a>
</div>
<div class="container mt-5" style="max-width: 700px">
<div class="d-flex">
<div class="pe-5">
<img src="logo.png" alt="Silicon Valley Haskell Meetup Logo" class="img-fluid" style="max-width: 200px">
<p class="text-muted" style="font-size: 12px">(logo created by GPT-4o 🧑🎨)</p>
</div>
<div class="d-flex mt-4">
<h1 class="p-0 m-0">Silicon Valley Haskell Meetup</h1>
</div>
</div>
<p>Hey Haskellers, we're starting a new Haskell Meetup in the SF Bay Area. If you’re in the bay area and are using Haskell, please sign up below. It will be great!</p>
<p>The meetup will be around 2h and we’ll have two different talks. It will be focused on the real world use cases of Haskell (especially web dev) and less on category theory. The event is still in the early stages of planning, so things are up to change.</p>
<div class="mb-4">
<div><a href="https://partiful.com/e/McHtTURDtf4kLfIVhnif" class="btn btn-primary">Sign up to the event via Partiful</a></div>
<div class="text-muted" style="font-size: 12px">If that doesn’t work for you for some reason, send me an email and I’ll put you on my google sheet for the event</div>
</div>
<hr />
<div style="font-size: 18px">
<div class="row mb-3">
<div class="col-3">
Location:
</div>
<div class="col">
<strong>Groq HQ in Mountain View</strong>
</div>
</div>
<div class="row mb-3">
<div class="col-3">
Date and time:
</div>
<div class="col">
<strong>July 19, 2024, 6pm PT</strong>
</div>
</div>
<div class="row">
<div class="col-3">
Agenda:
</div>
<div class="col" style="font-size: 14px; font-variant-numeric: tabular-nums;">
<div class="row">
<div class="col-3">17:30 - 18:00</div>
<div class="col">Arrive</div>
</div>
<div class="row">
<div class="col-3">18:00 - 18:15</div>
<div class="col">Intro</div>
</div>
<div class="row">
<div class="col-3">18:15 - 18:45</div>
<div class="col"><strong>Talk 1: Tim Sears</strong>, VP Systems & Application Engineering, Groq</div>
</div>
<div class="row">
<div class="col-3">18:45 - 19:15</div>
<div class="col"><strong>Talk 2: Avi Press</strong>, Founder, Scarf and Boardmember of the Haskell Foundation</div>
</div>
<div class="row">
<div class="col-3">19:15 - 20:30</div>
<div class="col">Phase out with drinks</div>
</div>
</div>
</div>
</div>
<hr />
<section class="mb-4">
<h5>Ideas / Feedback:</h5>
<p>If you have any feedback, ideas or something else, reach out to me via email at <a href="mailto:[email protected]">[email protected]</a> <a href="https://x.com/_marcscholten" target="_blank">or on X</a>.</p>
</section>
<h4>Companies supporting the Event</h4>
<div class="row align-items-center" style="height: 150px;">
<div class="col-6 d-flex justify-content-center">
<img src="groq.png" class="w-100"/>
</div>
<div class="col-6 d-flex justify-content-center">
<img src="scarf.png" class="w-100"/>
</div>
</div>
<div class="row align-items-center" style="height: 150px;">
<div class="col-6 d-flex justify-content-center">
<img src="di.png" class="w-100"/>
</div>
<div class="col-6 d-flex justify-content-center">
<img src="ihp.png" class="w-50"/>
</div>
</div>
<div class="mt-5 text-center mb-3">
<a href="https://github.com/digitallyinduced/sv-haskellers" target="_blank" class="text-muted" style="text-decoration: none">This website is on GitHub. Make a PR if you have ideas to improve it.</a>
</div>
</div>
</body>
</html>