-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
224 lines (189 loc) · 9.15 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html><html><head><meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<!-- Site Metas -->
<meta name="keywords" content=""/>
<meta name="description" content="Text Wizard website for text correction and translation made by Aditya Verma. Check it out today!"/>
<meta name="author" content="ADITYA VERMA"/>
<!-- Favicon for all platforms -->
<link rel="icon" type="image/x-icon" href="./images/favi.png" />
<!-- Favicon for Android (Chrome) -->
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="192x192" href="./images/favi.png />
<!-- Favicon for iOS -->
<link rel="apple-touch-icon" sizes="180x180" href="./images/favi.png" />
<link rel="apple-touch-icon" sizes="167x167" href="./images/favi.png" />
<link rel="apple-touch-icon" sizes="152x152" href="./images/favi.png" />
<!-- Favicon for Windows -->
<meta name="msapplication-TileColor" content="#593e9c">
<meta name="msapplication-TileImage" content="./images/favi.png">
<meta name="msapplication-square70x70logo" content="./images/favi.png">
<meta name="msapplication-square150x150logo" content="./images/favi.png">
<meta name="msapplication-wide310x150logo" content="./images/favi.png">
<meta name="msapplication-square310x310logo" content="./images/favi.png">
<!-- Favicon for Mac (Safari) -->
<link rel="mask-icon" href="./images/favi.png" color="#5bbad5">
<meta name="theme-color" content="#593e9c">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<meta name="theme-color" content="#593e9c">
<title style="font-family: 'Pixelify Sans', cursive;">TEXT WIZARD</title>
<!-- slider stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css"/>
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css?family=Dosis:400,500|Poppins:400,700&display=swap" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Autour+One&family=Pixelify+Sans&family=Rowdies:wght@300&family=Space+Grotesk:wght@500&family=Tilt+Neon&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet"/>
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet"/>
</head>
<script>
var m = document.createElement('meta');
m.name = 'theme-color';
m.content = '#152126';
document.head.appendChild(m);
</script>
<style>
.header_section .custom_nav-container {
border-radius: 5px; /* Adjust the border radius as needed */
}
.header_section .nav_search-btn {
border-radius: 5px; /* Adjust the border radius as needed */
}
.button:hover {
background-color: #0056b3; /* Change to your desired hover background color */
color: #fff; /* Change to your desired hover text color */
}
</style>
<body class="sub_page">
<div class="hero_area">
<!-- header section strats -->
<header class="header_section">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span style="font-family: 'Pixelify Sans', cursive;">
TEXT WIZARD
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="d-flex flex-column flex-lg-row align-items-center">
<ul class="navbar-nav ">
<li class="nav-item active">
<a class="nav-link" href="index.html" style="font-family: 'Rowdies', cursive;">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="# " style="font-family: 'Rowdies', cursive;">About </a>
</li>
<li class="nav-item">
<a class="nav-link" href="prog.html" style="font-family: 'Rowdies', cursive;"> Program</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0 ml-0 ml-lg-4 mb-3 mb-lg-0">
<button class="btn my-2 my-sm-0 nav_search-btn" type="submit"></button>
</form>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- end header section -->
</div>
<!-- welcome section -->
<section class="welcome_section layout_padding">
<div class="container">
<div class="custom_heading-container">
<h2 style="font-family: 'Space Grotesk', sans-serif;">
The Team Behind the Project
</h2>
</div>
<div class="layout_padding2">
<div class="img-container1">
<div class="img-box1">
<img src="images/welcome.png" alt="">
</div>
<div class="img-box1">
<img src="images/web.png" alt="">
</div>
<div class="img-box1">
<img src="images/palm2.png" alt="">
</div>
</div>
<div class="detail-box">
<div style="display: flex; justify-content: space-between; align-items: center;font-family: 'Tilt Neon', cursive;">
<p style="flex: 1; margin-right: 15px; text-align: center;">About me</p>
<p style="flex: 1; margin-right: 15px; text-align: center;">About Sahil</p>
<p style="flex: 1; text-align: center;">About Shrish</p>
</div>
<div>
<a href="#" class="button" style="margin-right: 245px; border-radius: 5px;font-family: 'Space Grotesk', sans-serif;"><b>ADITYA</b></a>
<a href="#" class="button" style="border-radius: 5px;font-family: 'Space Grotesk', sans-serif;"><b>SAHIL</b></a>
<a href="#" class="button" style="border-radius: 5px;margin-left: 245px;margin-bottom: 50px;font-family: 'Space Grotesk', sans-serif;"><b>SHRISH</b></a>
</div>
</div>
</div>
</div>
</section>
<!-- end welcome section -->
<div class="footer_bg" style="padding-top: 120px;">
<!-- info section -->
<section class="info_section layout_padding2-bottom">
<div class="container">
<h3 class="" style="font-size: 50px;font-family: 'Pixelify Sans', cursive;">
Text Wizard
</h3>
</div>
<div class="container info_content">
<div class="d-flex flex-column flex-lg-row justify-content-between align-items-center align-items-lg-baseline">
<div class="social-box">
<a href="https://medium.com/@adityaver" target="_blank">
<img src="images/fb.png" alt="" style="margin-right: 20px;">
</a>
<a href="https://twitter.com/ADITYAVOFFICIAL" target="_blank">
<img src="images/twitter.png" alt="" style="margin-right: 20px;">
</a>
<a href="https://www.linkedin.com/in/aditya-verma-real/" target="_blank">
<img src="images/linkedin1.png" alt="" style="margin-right: 20px;">
</a>
<a href="" target="_blank">
<img src="images/instagram1.png" alt="">
</a>
</div>
<div class="form_container mt-5">
<form action="https://github.com/ADITYAVOFFICIAL/Text_Wizard" method="get" target="_blank">
<button type="submit" class="button">
<i class="fab fa-github"></i>
<b>VISIT PROJECT GITHUB REPO</b>
</button>
</form>
</div>
</div>
</div>
</section>
<!-- end info_section -->
<!-- footer section -->
<section class="container-fluid footer_section">
<p style="font-family: 'Autour One', cursive;">
© 2023 All Rights Reserved By
<b><a href="https://adityaver.netlify.app">ADITYA VERMA </a></b>-
<b><a href="https://github.com/Sahilopl"> SAHIL ADHIKARI </a></b>-
<b><a href="https://github.com/Dedsec0098"> SHRISH MISHRA</a></b>
</p>
</section>
<!-- footer section -->
</div>
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</body></html>