-
Notifications
You must be signed in to change notification settings - Fork 6
/
about.html
118 lines (118 loc) · 4.47 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
<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" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/aboutus.css" />
<title>Team_126</title>
</head>
<body>
<header>
<nav>
<div class="logo">
<a href="index.html">
<span class="proj">Project<br /><span class="gen">cc_gen</span></span>
</a>
</div>
<span id="open-menu" >☰</span>
<span id="close-menu" class="hidden">✖</span>
<ul class="menu-list">
<li><a href="index.html">Home</a></li>
<li><a href="library.html">Library</a></li>
<li><a href="document.html">Docs</a></li>
<li><a href="about.html">About</a></li>
<li><a href="login.html">Login</a></li>
<li id="bg-li"><a href="signup.html">Get started for FREE</a></li>
</ul>
</nav>
<div class="mobile-menu">
<ul class="mob-menu-list">
<li><a href="index.html">Home</a></li>
<li><a href="library.html">Library</a></li>
<li><a href="document.html">Docs</a></li>
<li><a href="about.html">About</a></li>
<li><a href="login.html">Login</a></li>
<li id="bg-li"><a href="signup.html">Get started</a></li>
</ul>
</div>
</header>
<main>
<article class="content-1">
<div class="txt">
<h1> <span id="custom-txt">Customizable Credit Cards</span> <br><span id="virtual-txt">
for virtual payments</span></h1>
<p>Gain access to a library of customizable credit cards <br> for virtual payments
across the internet at zero cost.
</p>
</div>
</article>
<article class="content-2">
<div class="content-2-img">
<img src="./img/Phone-img.png" alt="Phone image" class="phone" width="300px" height="480px">
<img src="./img/White-card.png" alt="credit card" class="white" width="300px" height="300px">
<img src="./img/red-card.png" alt="credit card" class="red" width="552px" height="389px">
</div>
<div class="about">
<h2>About Us</h2>
<p>Project_cc_gen is a platform committed to providing aesthetic card designs which are
easy to use, customize and download for virtual payments across the web.
<br> <br>
Our mission is to provide easy customizable designs adaptable for understand
<br> <br>
We also provide code samples which can be interacted with and downloaded for usage.
We are devoted to serving the community, hence designs are made easily accessible at zero
cost.
</p>
<a href="library.html">
<button>View our designs</button>
</a>
</div>
</article>
</main>
<footer>
<div class="top-footer">
<article id="sect-five">
<div class="sf-about">
<h2>Project cc_gen</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Tincidunt
duis facilisis co nvallis magna elementum nibh. Eu mi mi eu neque
tortor fermentum. Aliquam ac nibh cons
</p>
</div>
<div>
<a href=""
><img src="img/tweet.svg" alt="socials" class="icon"
/></a>
<a href=""><img src="img/fb.svg" alt="socials" class="icon" /></a>
<a href=""
><img src="img/insta.svg" alt="socials" class="icon"
/></a>
</div>
</article>
<article id="sect-six">
<div>
<h3>Links</h3>
<ul class="foot-list">
<li><a href="library.html">Designs</a></li>
<li><a href="document.html">Docs</a></li>
<li><a href="">Support</a></li>
<li><a href="signup.html">Get Started</a></li>
</ul>
</div>
<div>
<h3>Others</h3>
<ul class="foot-list">
<li><a href="">About Us</a></li>
<li><a href="">Terms & Conditions</a></li>
</ul>
</div>
</article>
</div>
<div>
<span class="footer-CR">©2022 Project cc_gen. All rights reserved</span>
</div>
</footer>
<script src="script/main.js"></script>
</body>
</html>