-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
137 lines (131 loc) · 6.99 KB
/
about.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI for good</title>
<link rel="stylesheet" href="about.css" />
</head>
<body>
<div class="home-container">
<header class="main-header">
<nav>
<div class="nav-bar">
<div class="top-nav-bar">
<a href="#"><img class="top-nav-item" src="assets/facebook.png" alt="facebook"></a>
<a href="#"><img class="top-nav-item" src="assets/twitter .png" alt="twitter"></a>
<a href="#" class="top-nav-item">English</a>
<a href="#" class="top-nav-item">My Page</a>
<a href="#" class="top-nav-item">Logout</a>
</div>
<div class="bottom-nav-bar">
<a href="index.html"><img class="nav-bar-logo" src="assets/ailogo.png" alt="AI-logo"></a>
<div class="nav-bar-links">
<a class="bottom-nav-link" href="index.html">Home</a>
<a class="bottom-nav-link" href="#partner">Partner</a>
<a class="bottom-nav-link" href="#">Join</a>
<a class="bottom-nav-link" href="#">Sponsor</a>
<a class="bottom-nav-link" id="ai" href="#">BUY TICKETS</a>
</div>
</div>
<!-- mobile-menu-->
<header class="mobile-head">
<nav class="mobile-nav">
<div class="mob-menu-links">
<img class="logo" src="assets/ailogo.png" alt="AI-logo">
<p class="mob-menu-para">Join
<strong>India's </strong> vision to support <strong>United Nations</strong> in the
field of artificial intelligence
</p>
<a href="#" class="close-link">x</a>
<a class="bottom-nav-link" href="index.html"><strong>Home</strong></a>
<a class="bottom-nav-link" href="#main"><strong>Program</strong></a>
<a class="bottom-nav-link" href="#speakers"><strong>Sponsor</strong></a>
<a class="bottom-nav-link enroll" href="#"><strong>Buy Ticket</strong></a>
</div>
<img class="nav-bar-icon" src="assets/hamburger .png" alt="hamburger-icon">
</nav>
</header>
</div>
<!-- finish mobile menu -->
<div class="header-main">
<div class="header-main-content">
<p class="header-main-salutation">"Hello! World Sharing"</p>
<h1 class="header-main-title">
<strong>AI For GOOD INDIA SUMMIT 2023 </strong>
</h1>
<p class="header-main-description">
AI for Good is a groundbreaking initiative that harnesses the potential of artificial
intelligence (AI) to create a positive impact on our world.By leveraging AI in domains
such as healthcare, education,
environmental
conservation, and humanitarian aid, AI for Good aims to revolutionize the way we
approach and
solve complex problems.
</p>
<p class="header-main-subdescription">
Please email us for any future questions about Artificial Intellegence for Good India
2023.</p>
</p>
<a href="#" class="about-email"><strong>[email protected]</strong></a>
</div>
</div>
</header>
</div>
<section class="about-creative" id="about-creative">
<div class="about-top">
<h2 class="about-top-title"> AI For Good - United Nation Mission To Grow Globally</h2>
<div class="about-creative-underline"></div>
<p class="about-top-p">The past event on AI for Good brought together experts and innovators who
showcased how artificial intelligence can be used to address pressing global challenges and make a
positive impact on society.
</p>
<img class="about-top-img" src="assets/ailogo.png" alt="nav-bar logo">
<div class="about-creative-underline1"></div>
</div>
<div class="about-bottom">
<h2 class="about-bottom-title"><strong>AI FOR GOOD RECENT EVENT </strong></h2>
<div class="about-creative-underline"></div>
<P class="about-bottom-p">Take a look at the recent AI for good event that took place.</P>
<div class="about-img-ai">
<div class="ai-2020 event">
<span class="about-year">2020</span>
<span class="about-place">Hotel Oberoi Trend 2020@ Mumbai</span>
</div>
<div class="ai-2023 event">
<span class="about-year">2023</span>
<span class="about-place">Burj Al Khalifa 2023 @ Dubai</span>
</div>
</div>
</div>
</section>
<section class="our-partner" id="partner">
<h3 class="our-partner-title">Partner</h3>
<div class="our-partner-underline"></div>
<div class="our-first-partner">
<img src="assets/mozilla 1.png" alt="partner 4">
<img src="assets/googlekorea 1.png" alt="partner 3">
<img src="assets/naver 1.png" alt="partner 5">
</div>
<div class="our-second-partner">
<img src="assets/airbnb 1.png" alt="partner 1">
<img src="assets/daumkakaologo 1.png" alt="partner 2">
</div>
</div>
</section>
<!--Footer section starts-->
<footer class="footer" id="footer">
<div class="footer-section">
<img class="footer-image" src="assets/new footer image.png" alt=" footer logo ">
<p class="footer-description">Through AI for Good, we have the opportunity to revolutionize fields, empower
communities, and find innovative solutions to complex global challenges, ultimately contributing to a
brighter future for humanity.
</br></br>
<strong>AIFG 2023 © All rights reserved.</strong>
</p>
</div>
</footer>
<!--Footer section ends-->
<script src="mobile-menu.js"></script>
</body>
</html>