-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (80 loc) · 4.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="https://kit.fontawesome.com/3f00b2ab29.js" crossorigin="anonymous"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/index.css">
<title>capstone project</title>
<body>
<div class="nav-bar">
<nav>
<button id="hide" class="hamburger" type="button"><i id="bars" class="fa-solid fa-bars fa-2x icon-list"></i></button>
<ul class="mobile-menu" id="anchors">
<li class="padding"><a class="pad" href="./index.html">Home</a></li>
<li class="padding"><a class="pad" href="./about.html">About</a></li>
<li class="padding"><a class="pad" href="#">Contact</a></li>
<li class="padding"><a class="pad" href="#">Join</a></li>
</ul>
<!-- desktop menu -->
<div class="desktop-menu">
<img id="logo" src="./img/logo.jpg" alt="logo of company">
<a href="./pages/index.html">Home</a>
<a href="./about.html">About</a>
<a href="#">Program</a>
<a href="#">Join</a>
<a href="#">Sponsor</a>
<a href="#">Campaign</a>
</div>
</nav>
</div>
<header class="flex-column bg">
<div class="margin-header">
<h3 class="orange-color" id="header-text-1">
"Hello people from all round the world"
</h3>
<h1 class="orange-color header-text2">GET INSPIRED BY THE BEST PEOPLE FROM AROUND THE WORLD ABOUT CLIMATE CHANGE</h1>
</div>
<p class="paragraph">This is Commitment to the people who have worked day and night to pass.</p>
<div class="margin-header ">
<h3 class="hashtags">#saveEarth #GreenCare #development</h3>
<h4 class="last-header-text ">@ For a better tomorrow that we will work for our kids </h4>
</div>
</header>
<section class="section-topic">
<h1 id="title-section-2">Topic</h1>
<div id="desktop-variation-1">
<article class="article margin-header"><img class="article-img" src="./img/emb.png" alt="icon"><h3 class="text-overflow article-text ">Eco system design</h3>
</article>
<article class="article margin-header"><img class="article-img" src="./img/Protocol.png" alt="icon"><h3 class="text-overflow article-text">Protocols for effective reach</h3>
</article>
<article class="article margin-header"><img class="article-img" src="./img/OS.png" alt="icon"><h3 class="text-overflow article-text"> Operating Systems for predictive data </h3>
</article>
<article class="article margin-header"><img class="article-img" src="./img/progra.png" alt="icon"><h3 class="text-overflow article-text">Programming approach</h3>
</article>
<article class="article margin-header"><img class="article-img" src="./img/algo.png" alt="icon"><h3 class="text-overflow article-text">Algorithms</h3>
</article>
</div>
</section>
<section class="speakers-section">
<h1 id="speaker-head">Speakers</h1>
<div class="bar"></div>
<div class="desktop-v"></div>
</section>
<section class="partners-section">
<h2 id="partner-head">Partners</h2>
<div class="guide-bar"></div>
<div class="logos">
<img src="./img/part1.svg" alt="card image">
<img src="./img/part2.svg" alt="card image">
<img src="./img/part3.svg" alt="card image">
<img src="./img/part4.svg" alt="card image">
<img src="./img/part5.svg" alt="card image">
</div>
</section>
<section class="flex-row footer"> <img src="./img/logo.jpg" alt="logo"> <p class="small-text">This website was made by Amk Lass in 2022 based on Cindy Shin template. Educational Purposes only.</p>
</section>
<script src="./javascripts/scripts.js"></script>
</body>
</html>