-
Notifications
You must be signed in to change notification settings - Fork 3
/
community.html
98 lines (88 loc) · 3.96 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Community Page</title>
<link rel="stylesheet" href="./styles/community.css">
<link rel="stylesheet" href="./styles/footer.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="icon" href="images/fav.png" type="image/x-icon">
</head>
<body>
<div id="navbar">
</div>
<div id="main">
<div id="event">
<h3>Events</h3>
<h1>Let's get together</h1>
<p>We love connecting with our community at Open events and
anywhere Greenhouse goes.Keep in touch to see upcoming
events from Greenhouse and where you can find us at other
conferences and industry happenings.
</p>
<button>See upcoming events</button>
</div>
<div">
<img src="https://sharp.services.greenhouse.io/production/Photo-of-a-smiling-woman-in-a-striped-sweater.jpg?auto=format&fit=max&lossless=true&q=90&w=1440&s=0a61f957a25f6626660d2574c16205a4702082632030295ae52ddc52d6f5eb9b"
alt="">
</div>
</div>
<!-- past event html -->
<div id="mainpast">
<p>Past events</p>
<div class="past">
<div class="first">
<p>Past event:May 24,2022-May 25,2022</p>
<p>Open Conference 2022</p>
<p>Join us in person or virtually at the Jacob Javits
Center in NYC for a two-day conference
designed to elevate your hiring in real time. With hands-on training, live workshops and renowned
guest speakers, Greenhouse customers will walk away with new, innovative strategies
to hire for what's next.
</p>
<p>Register Here</p>
</div>
<div class="shortimg">
<img class="first"
src="https://sharp.services.greenhouse.io/production/Photo-of-smiling-woman-in-a-green-shirt-e.png?auto=format&fit=max&lossless=true&q=90&w=720&s=cbcaf6b7925f3cf005a18d8c1b0e20887a5027ccd932db35ad53737d3c816eab"
alt="">
</div>
</div>
<hr>
<div class="past">
<div>
<p>Past event:April 19,2022-April 21,2022</p>
<p>Repoting made simple webinar series</p>
<p>
Repoting made simple is a multiple-part webinar series designed to help you navigate Greenhouse
Reporting like a pro.
</p>
<p>Register Here</p>
</div>
<div class="shortimg">
<img src="https://sharp.services.greenhouse.io/production/Nav-image-360x240_2022-03-23-000344_pprv.jpg?auto=format&fit=max&lossless=true&q=90&w=720&s=e152fbe336aba48ce080580ca0b851baa0f8e7a855eb61e39d478e92a0360973"
alt="">
</div>
</div>
<hr>
<div class="past">
<div>
<p>Past event:January 25,2022-January 27,2022</p>
<p>Reporting made simple: Maximizing advanced reports</p>
<p>
Dive into advance built-in reporting tools for a deeper insights into your hiring process that will
drive more data-driven hiring decisions.
</p>
<p>Watch on demand</p>
</div>
<div class="shortimg">
<img src="https://sharp.services.greenhouse.io/production/Reporting-made-simple-maximizing-advanced-reporting-tools-360x240-2.jpg?auto=format&fit=max&lossless=true&q=90&w=720&s=cd6e07b2b777a2b47855594de3f07dd4be14070bac82e0752e0987dbe01348f5" alt="">
</div>
</div>
</div>
<div id="foot"></div>
</body>
</html>
<script src="./scripts/community.js" type="module"></script>