-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (73 loc) · 3.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Lively Developers</title>
<link rel="icon" href="/public/logo.png" type="image/icon type">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header id="home">
<nav>
<a href="#" class="logo">The Lively Developers</a>
<ul class="nav-links">
<li><a href="#home_page">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="home_page" class="hero">
<h1>The Lively Developers</h1>
<p>A community of developers dedicated to creating innovative and impactful software.</p>
<button class="bn13"><a
href="https://github.com/The-Lively-Developers-Community/become-a-member/issues/new?assignees=KendallDoesCoding&labels=invite+me+to+the+organisation&template=invitation.yml&title=Invite+me+to+the+GitHub+Community+Organization">Join
Our Community</a></button>
<button class="bn14"><a
href="#about">Know more about us</a></button>
</section>
<section id="about" class="about">
<h2>About Us</h2>
<p>The Lively Developers is a GitHub organization and community of developers who are passionate about creating
software that makes a difference in the world. We believe in collaborating, sharing knowledge, and building
things that are both beautiful and functional.</p>
<a href="#">Learn More</a>
</section>
<!-- <section id="projects" class="projects">
<h2>Our Projects</h2>
<div class="project">
<img src="https://via.placeholder.com/150" alt="Project Image" />
<img
src="https://media.discordapp.net/attachments/930752045554753540/1078321032319991848/pexels-christina-morillo-1181676.png?width=668&height=668"
alt="Project Image" />
<h3>Project Name</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin aliquam felis vel ante bibendum, ac
consectetur quam efficitur.</p>
<a href="#">Learn More</a>
</div>
</section>
<section id="blog" class="blog">
<h2>Latest from our Blog</h2>
<div class="post">
<img src="https://via.placeholder.com/150" alt="Post Image" />
<h3>Post Title</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin aliquam felis vel ante bibendum, ac
consectetur quam efficitur.</p>
<a href="#">Read More</a>
</div>
</section>-->
<section id="contact" class="contact">
<div class="embedsocial-forms-iframe" data-ref="a3cb3762d89029913ae96628ea5ce936d4dac07a" data-widget="true" data-height="auto"></div>
<script>(function(d, s, id){var js; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://embedsocial.com/cdn/ef.js"; d.getElementsByTagName("head")[0].appendChild(js);}(document, "script", "EmbedSocialFormsScript"));</script>
</section>
</main>
<footer>
<p>© 2023 The Lively Developers</p>
</footer>
<script src="index.js"></script>
</body>
</html>