-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
124 lines (120 loc) · 4.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alchemy Web3 Platform</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<header>
<h1>WHO WE ARE </h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="product.html">Products</a></li>
<li><a href="service.html">services</a></li>
<!--li><a href="#products">Products</a></li-->
<li><a href="contact.html">Contact</a></li>
<li><a href="intely.html">Intely</a></li>
</ul>
</nav>
</header>
<section id="hero">
<h2 class="SHIFT1" id="SHIFT1">Empowering WEB3 Platforms Development</h2>
<p class="SHIFT">Build the future of technology with ASTRALINK</p>
</section>
<!----div class="MISSION">
<h2>OUR MISSION</h2>
<h3>Our mission is to bring <br>Web3, <br>Blockchain, <br>and Artificial Intelligence <br> to a billion people.</h3>
<div class="carousel-slide">
<img src="IMAGES/IMG0.jpg" alt="Image 1">
<img src="IMAGES/IMG02.jpg" alt="Image 2">
<img src="IMAGES/IMG03.jpg" alt="Image 3">
</div>
</div-->
<section class="MAIN">
<div class="container">
<div class="section"><h2>OUR MISSION</h2>
</div>
<div class="section"> <h3>Our mission is to bring <br>Web3, <br>Blockchain, <br>and Artificial Intelligence <br> to a billion people.</h3></div>
<div class="section slider">
<div class="slides">
<img src="IMAGES/WEB1.jpg" alt="Image 1">
<img src="IMAGES/AI2.jpg" alt="Image 2">
<img src="IMAGES/WEB2.jpg" alt="Image 3">
<img src="IMAGES/AI3.jpg" alt="Image 3">
<img src="IMAGES/WEB3.jpg" alt="Image 3">
<img src="IMAGES/AI4.jpg" alt="Image 3">
<img src="IMAGES/WEB33.jpg" alt="Image 3">
</div>
</div>
</div>
</section>
<section class="MAIN">
<div class="container">
<div class="section"><h2>OUR VISION</h2>
</div>
<div class="section"> <h3>Unleash Web3 Platforms Development With<br>Web3 Technologies, <br>Blockchain, <br>And Artificial Intelligence.</h3></div>
<div class="section slider">
<div class="slides">
<img src="IMAGES/V1.jpg" alt="Image 1">
<img src="IMAGES/V2.jpg" alt="Image 2">
<img src="IMAGES/V3.jpg" alt="Image 3">
<img src="IMAGES/V4.jpg" alt="Image 3">
<img src="IMAGES/V5.jpg" alt="Image 3">
</div>
</div>
</div>
</section>
<section class="MAIN">
<div class="container">
<div class="section"><h2>WHY ASTRALINK</h2>
</div>
<div class="section"> <h3>The First AFRICAN Software Company To Unleash The Potential Of WEB3 With <br>Blockchain, <br>And Artificial Intelligence <br> And Bring WEB3 Closer To A Billion People.</h3></div>
<div class="section slider">
<div class="slides">
<img src="IMAGES/IMG04.jpg" alt="Image 1">
<img src="IMAGES/IMG8.jpg" alt="Image 2">
<img src="IMAGES/IMG7.jpg" alt="Image 3">
<img src="IMAGES/IMG9.jpg" alt="Image 3">
<img src="IMAGES/IMG0.jpg" alt="Image 3">
<img src="IMAGES/IMG01.jpg" alt="Image 3">
<img src="IMAGES/IMG02.jpg" alt="Image 3">
</div>
</div>
</div>
</section>
<section class="MAIN">
<div class="container">
<div class="section"><h2>FOUNDERS</h2>
</div>
<div class="section"> <h3>Our Board Of Trustess.</h3></div>
<div class="section slider">
<div class="slides">
<img src="IMAGES/IMG5.jpg" alt="Image 1">
<img src="IMAGES/IMG00.jpg" alt="Image 2">
<img src="IMAGES/IMG.jpg" alt="Image 3">
</div>
</div>
</div>
</section>
<section>
<div class="container2">
<div class="section2"><h1>INTELSOFFT</h1>
<h2 class="motto"> Connecting The Future With WEB3 And AI </h2>
</div>
<div> <iframe class= "astra"width="560" height="315" src="VIDEOS/The Future Of Crypto Finance Technology Cryptocurrencies Documentary.mp4" frameborder="0" allowfullscreen class="frame"></iframe>
</div>
</section>
<script src="about.js"></script>
</body>
<footer>
<p>© 2024 ASTRALINK. All rights reserved.</p>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
</ul>
</footer>
</body>
</html>