-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
193 lines (184 loc) · 8.94 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<title>Autodegen | AI-powered assistant</title>
</head>
<body class="page page--bg-video">
<!-- Main Navigation -->
<nav class="nav">
<div class="nav__logo-box">
<img src="./img/LOGO_flat.png" alt="Logo" class="nav__logo" />
<p class="nav__title">AUTODEGEN</p>
</div>
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link">AI</a>
</li>
<li class="nav__item">
<a href="news.html" class="nav__link">News</a>
</li>
<li class="nav__item">
<a href="terminal.html" class="nav__link">Terminal</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link nav__link--active">About</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
</nav>
<!-- Main Content -->
<main class="main-content">
<h1 class="title">[ABOUT]</h1>
<!-- About Section 1 -->
<section class="about about--section-1">
<div class="about__content">
<div class="about__content-left">
<h2 class="about__subtitle">What is it</h2>
<p class="about__text">
Embrace your inner DeGen and conquer the crypto markets with a single click. Autodegen is here to transform you into a sophisticated actor in the world of high-stakes trading. Our
platform leverages advanced algorithms and AI to automate your trading strategy, navigating through the volatile seas of crypto to unearth treasure troves others might miss.
</p>
</div>
<div class="about__content-right">
<img class="about__icon" src="./img/about_icon-1.png" alt="about icon 1" />
<img class="about__icon" src="./img/about_icon-2.png" alt="about icon 2" />
<img class="about__icon" src="./img/about_icon-3.png" alt="about icon 3" />
<img class="about__icon" src="./img/about_icon-4.png" alt="about icon 4" />
<img class="about__icon" src="./img/about_icon-5.png" alt="about icon 5" />
<img class="about__icon" src="./img/about_icon-6.png" alt="about icon 6" />
</div>
</div>
</section>
<!-- About Section 2 -->
<section class="about about--section-2">
<div class="about__content">
<div class="about__content-left">
<img class="about__icon about__icon-1" src="./img/about_icon-7.png" alt="about icon 1" />
<img class="about__icon about__icon-2" src="./img/LOGO_flat.png" alt="about icon 2" />
<img class="about__icon about__icon-3" src="./img/about_icon-8.png" alt="about icon 3" />
</div>
<div class="about__content-right">
<h2 class="about__subtitle">How to Start</h2>
<p class="about__text">
Embrace your inner DeGen and conquer the crypto markets with a single click. Autodegen is here to transform you into a sophisticated actor in the world of high-stakes trading. Our
platform leverages advanced algorithms and AI to automate your trading strategy, navigating through the volatile seas of crypto to unearth treasure troves others might miss.
</p>
</div>
</div>
</section>
<!-- About Section 3 - Team -->
<section class="about about--section-3">
<div class="about__content">
<div class="about__content-left">
<h2 class="about__subtitle">Team</h2>
<p class="about__text">This is our team that has been developing our chatbot and training it for several years now so that you can easily manage your assets!</p>
</div>
<div class="team">
<div class="team__card">
<div class="team__card-header">
<img class="team__icon" src="./img/about-team-icon-1.png" alt="about team icon 1" />
</div>
<div class="team__card-body">
<p class="team__name">Gadpx</p>
<p class="team__position">UX/UI Designer</p>
<p class="team__text">I'm making the world a better and simpler place! You are now in a design created by my hands together with our team</p>
</div>
<div class="team__card-footer">
<img src="./img/facebook-icon.png" alt="facebook icon" class="team__social-icon" />
<img src="./img/linkedin-icon.png" alt="linkedin icon" class="team__social-icon" />
<img src="./img/twitter-icon-round.png" alt="twitter icon" class="team__social-icon" />
</div>
</div>
<div class="team__card">
<div class="team__card-header">
<img class="team__icon" src="./img/about-team-icon-2.png" alt="about team icon 2" />
</div>
<div class="team__card-body">
<p class="team__name">Roman</p>
<p class="team__position">CEO</p>
<p class="team__text">I am the initiator of this idea! Together with the team, we are working on this intelligence and all its functions!</p>
</div>
<div class="team__card-footer">
<img src="./img/facebook-icon.png" alt="facebook icon" class="team__social-icon" />
<img src="./img/linkedin-icon.png" alt="linkedin icon" class="team__social-icon" />
<img src="./img/twitter-icon-round.png" alt="twitter icon" class="team__social-icon" />
</div>
</div>
<div class="team__card">
<div class="team__card-header">
<img class="team__icon" src="./img/about-team-icon-3.png" alt="about team icon 3" />
</div>
<div class="team__card-body">
<p class="team__name">Name</p>
<p class="team__position">Post</p>
<p class="team__text">I am the initiator of this idea! Together with the team, we are working on this intelligence and all its functions!</p>
</div>
<div class="team__card-footer">
<img src="./img/facebook-icon.png" alt="facebook icon" class="team__social-icon" />
<img src="./img/linkedin-icon.png" alt="linkedin icon" class="team__social-icon" />
<img src="./img/twitter-icon-round.png" alt="twitter icon" class="team__social-icon" />
</div>
</div>
<div class="team__card">
<div class="team__card-header">
<img class="team__icon" src="./img/about-team-icon-4.png" alt="about team icon 4" />
</div>
<div class="team__card-body">
<p class="team__name">Name</p>
<p class="team__position">Post</p>
<p class="team__text">I am the initiator of this idea! Together with the team, we are working on this intelligence and all its functions!</p>
</div>
<div class="team__card-footer">
<img src="./img/facebook-icon.png" alt="facebook icon" class="team__social-icon" />
<img src="./img/linkedin-icon.png" alt="linkedin icon" class="team__social-icon" />
<img src="./img/twitter-icon-round.png" alt="twitter icon" class="team__social-icon" />
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer Navigation -->
<nav class="nav nav--footer">
<div class="nav__logo-box">
<img src="./img/LOGO_flat.png" alt="Logo" class="nav__logo" />
<p class="nav__title">AUTODEGEN</p>
</div>
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link">AI</a>
</li>
<li class="nav__item">
<a href="news.html" class="nav__link">News</a>
</li>
<li class="nav__item">
<a href="terminal.html" class="nav__link">Terminal</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link nav__link--active">About</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
</nav>
<!-- Contact Section -->
<div class="contact" id="contact">
<div class="contact__content">
<h1 class="contact__title">[Contacts]</h1>
<div class="contact__social-media">
<img class="contact__icon" src="./img/telegram-icon.png" alt="telegram" />
<img class="contact__icon" src="./img/twitter-icon.png" alt="twitter" />
<img class="contact__icon" src="./img/discord-icon.png" alt="discord" />
</div>
<h3 class="contact__email">AI@AUTODEGEN.IO</h3>
<a href="#" class="contact__close">close</a>
</div>
</div>
</body>
</html>