-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 3.15 KB
/
index.html
File metadata and controls
47 lines (44 loc) · 3.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link href="css/styles.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<title>DES & DEV Bootcamp | Genesys AE-FUNAI | GDSC AE-FUNAI</title>
<meta name="keywords"
content="Design, Web Development, Genesys Tech Hub, Genesys Campus Clubs, Genesys AE-FUNAI, Google Developer Student Clubs, GDSC, Google Developers, AE-FUNAI, DSC AE-FUNAI">
<meta name="description"
content="Des & Dev Bootcamp was a six weeks intensive learning program in AE-FUNAI where learners learnt either UI/UX Design or Web Development, and was organised by Genesys and GDSC both in AE-FUNAI">
</head>
<body>
<main>
<img id="pic" src="img/flyer.jpg" alt="flyer">
<div id="about">
<h1 id="name">DES & DEV Bootcamp</h1>
<p id="description">The DES & DEV Bootcamp was organized for six weeks, from Saturday 17th April, to Saturday
29th May 2021, from 10pm each Saturday, by <a href="https://twitter.com/GenesysAEFUNAI"
title="Genesys AE-FUNAI">Genesys Campus Club AE-FUNAI</a> and <a
href="https://dsc.community.dev/federal-university-ndufu-alike-ikwo-funai">Google Developer Student Clubs
AE-FUNAI</a>.
</p>
<h2 id="share">Share</h2>
<div id="social-icons-container">
<a href="https://facebook.com/sharer.php?u=https://dsc.community.dev/e/mc6aun/&t=Des%20%26%20Dev%20Bootcamp"
class="social-icon" target="_blank" rel="noreferrer noopener" title="Share to Facebook"><img
src="img/social-img/facebook.svg" alt="Facebook Icon"></a>
<a href="https://twitter.com/intent/tweet?text=I%27m%20taking%20part%20in%20the%20DES%20%26%20DEV%20Bootcamp%20organized%20by%20Genesys%20and%20GDSC%20both%20in%20AE-FUNAI.%20Join%20me%20by%20registering%20at%20https%3A%2F%2Fbit.ly%2Fdesdev21%0D%0A%0D%0A%23weAreGenesys%0D%0A%23GDSCAEFUNAI"
class="social-icon" target="_blank" rel="noreferrer noopener" title="Share to Twitter"><img
src="img/social-img/twitter.svg" alt="Share to Twitter"></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://dsc.community.dev/e/mc6aun/&title=Des%20%26%20Dev%20Bootcamp"
class="social-icon" target="_blank" rel="noreferrer noopener" title="Share to LinkedIn"><img
src="img/social-img/linkedin.svg" alt="Share to LinkedIn"></a>
<a href="https://api.whatsapp.com/send?text=I%27m%20taking%20part%20in%20the%20DES%20%26%20DEV%20Bootcamp%20organized%20by%20Genesys%20and%20GDSC%20both%20in%20AE-FUNAI.%20Join%20me%20by%20registering%20at%20https%3A%2F%2Fbit.ly%2Fdesdev21%0D%0A%0D%0A%23weAreGenesys%0D%0A%23GDSCAEFUNAI"
class="social-icon" target="_blank" rel="noreferrer noopener" title="Share to WhatsApp"><img
src="img/social-img/whatsapp.png" alt="Share to LinkedIn"></a>
</div>
</div>
</main>
</body>
</html>