-
-
Notifications
You must be signed in to change notification settings - Fork 367
Expand file tree
/
Copy pathaboutus.html
More file actions
152 lines (140 loc) · 6.82 KB
/
Copy pathaboutus.html
File metadata and controls
152 lines (140 loc) · 6.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homepage| ACES opensource | Easily build your Webpages</title>
<link rel="stylesheet" type="text/css" href="../assets/css/aboutus.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel='shortcut icon' type='image/x-icon' href='assets/img/brand_kwickerhub/g83.png' />
<!-- fontawesome cdn -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<!-- slider -->
<link
rel="stylesheet"
href="https://unpkg.com/swiper@7/swiper-bundle.min.css"
/>
<title>About-Us</title>
</head>
<body>
<div class="section">
<div class="container">
<div class="content-section">
<div class="title">
<h1>About Us</h1>
</div>
<div class="content">
<div class="div1">
<img class="logo" src="../assets/img/brand_kwickerhub/kwickerhub.png"/>
</div>
<b>OUR AIM</b>
<p>Create faster websites by clicking and dragging. Use web packages to increase efficiency or build on already existing templates. Unlike other drag and drop tools, we create different dashboard systems for different User based on preference(e.g UI Designer, Frontend Developers, Learners etc). The Amazing part is that this software is totally free and Open Source. </p>
<b>INVENTED BY</b>
<p>
<ul>
<li>Ntem Kenyor</li>
</ul>
</p>
<b>OUR CONTRIBUTORS</b>
<p></p>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.</p> -->
<style>
.the_table_of_contributors{
width: 100%;
display: block;
overflow-x: scroll;
}
.the_table_of_contributors tr {
padding: 2px;
}
.the_table_of_contributors td {
padding: 9px;
border: 2px solid #fe4893;
}
</style>
<table class="the_table_of_contributors">
<tr>
<td>Name</td>
<td>First Cont. Date</td>
<td>Role</td>
<td>Profile</td>
</tr>
<tr>
<td>Ntem, Kenyor</td>
<td>1/Jan/2021</td>
<td>Maintainer/Contributor</td>
<td><a href="https://github.com/NtemKenyor">Link to Profile</a></td>
</tr>
<tr>
<td>Protyay Mondal</td>
<td>9/Oct/2022/td>
<td>Contributor</td>
<td><a href="https://github.com/ProtyayMnd50">Link to Profile</a></td>
</tr>
<tr>
<td>Shivansh Dengla</td>
<td>9/Oct/2022</td>
<td>Contributor</td>
<td><a href="https://github.com/ShivanshDengla">Link to Profile</a></td>
</tr>
<tr>
<td>Debobroto Talukder</td>
<td>10/Oct/2022</td>
<td>Contributor</td>
<td><a href="https://github.com/debobrototalukder">Link to Profile</a></td>
</tr>
<tr>Haseeb Ansari</td>
<td>11/Oct/2022</td>
<td>Contributor</td>
<td><a href="https://github.com/haseeb-xd">Link to Profile</a></td>
</tr>
<tr>
<td>Ayebidun Ezekiel</td>
<td>11/Oct/2022</td>
<td>Contributor</td>
<td><a href="https://github.com/Ezekiel8807">Link to Profile</a></td>
</tr>
<tr>
<td>John, Winifred</td>
<td>11/Oct/2022</td>
<td>Contributor</td>
<td><a href="https://github.com/johnwinifred/johnwinifred">Link to Profile</a></td>
</tr>
<tr>
<td>Tabassum Fatima</td>
<td>11/Oct/2022</td>
<td>Contributor</td>
<td><a href="https://github.com/tab21">Link to Profile</a></td>
</tr>
<tr>
<td>Shruti Singh</td>
<td>14/Oct/2022</td>
<td>Contributor</td>
<td><a href="https://github.com/ShrutiSingh04503">Link to Profile</a></td>
</tr>
<tr>
<td>Shreyas Sahoo</td>
<td>19/Oct/2022</td>
<td>Contributor</td>
<td><a href="https://github.com/ShreyasSahoo">Link to Profile</a></td>
</tr>
</table>
<!-- Other roles you can choose from: User, Contributor, Maintainer, Designer, Docs, Writer -->
<br/><br/><br/>
</div>
<!-- the link to the social media accounts -->
<div class="social">
<a href="https://www.facebook.com/profile.php?id=100086714867149"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/KwickerHub4"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/kwicker_hub/"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</body>
</html>