-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
43 lines (38 loc) · 1.98 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animation.css">
<title>Document</title>
</head>
<body>
<header>
<div class="hero-image">
<div class="hero-tint">
<div class="hero-content">
<h1>useR! 2024</h1>
Join the R community in historic Salzburg July 8th - 11th.
<a class="hero-button" href="https://web.cvent.com/event/182eb69b-3568-4af3-9135-712c5d60348d/register?__hstc=160532258.2cb5e85e010b579c0fb64240814760c4.1705298804145.1720108149977.1720125713028.85&__hssc=160532258.2.1720125713028&__hsfp=3391937856&_gl=1*1c7i5jy*_gcl_au*MjA1NDMwOTU1My4xNzEzNDc2NDE0*_ga*NTA2NDI1MDIzLjE3MDUyOTg4MDI.*_ga_VWZ4V8CGRF*MTcyMDEyNTcxMy42OS4xLjE3MjAxMjU3MTUuMC4wLjA." target="_blank" rel="noopener">Register</a>
</div></div>
</div>
<div><p class="section-text">Events</p></div>
<div class="container">
<div class="item item1"><img src="images/FiresidechatHeatherAbhi.png" class="gallery-img" alt=""></div>
<div class="item item2"><img src="images/inclusive_pathsways_2024_Graselly_Krochmal_Yeo.png" class="gallery-img" alt=""></div>
<div class="item item3"><img src="images/RLadiesLunch.png" class="gallery-img" alt=""></div>
<div class="item item3"><img src="images/user2024OnlineEvent.png" class="gallery-img" alt=""></div>
<div class="item item3"><img src="images/RLadiesMeetUpDinner.png" class="gallery-img" alt=""></div>
</div>
</header>
<footer>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="about.html">About</a></li>
</ul>
</footer>
</body>
</html>