-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
138 lines (128 loc) · 4.34 KB
/
index.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
<!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>CODE-YOUR-OWN</title>
<link rel="stylesheet" href="./styles/style.css" />
<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=Love+Ya+Like+A+Sister&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=Hepta+Slab&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=Hepta+Slab:wght@800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav>
<div>
<div id="logo">
<img src="./images/Logo.png" alt="[:;]" height="40px" width="40px" />
</div>
<div class="brand-name">Code Your Own</div>
</div>
</nav>
<div class="container">
<div><img class="main-img" src="./images/Svg-1.svg" /></div>
<div>
<div class="first">
<b style="color: #00182f;">Your very own</b>
<b style="color: #2967a0;">Digital</b>
<b style="color: #00182f;">Visting</b>
<b style="color: #2967a0;">Card</b>
</div>
<div class="second">
Store all your social and professional profile ids in one QR code.
Here at Code your own, you can make a unified QR code and a URL link
to all your profiles. Your one stop for all networking.
</div>
<div id="get">
<button class="btn">
<a style="text-decoration: none; color: white;" href="./work.html">
Get Started
</a>
</button>
</div>
</div>
</div>
<section class="container2">
<h2 class="heading">What it does?</h2>
<div id="box">
<div class="box1">
<img src="./images/Svg-2.svg" class="sub-img" />
<h5 class="sub-text">
Hold and share all your digital profiles within one QR scan
</h5>
</div>
<div class="box1">
<img src="./images/Svg-3.svg" class="sub-img" />
<h5 class="sub-text">
Customise your scan page with links and colors of your choice
</h5>
</div>
</div>
</section>
<section class="container3">
<h2 class="sec-heading">How it works?</h2>
<div id="sec-box">
<div>
<h4 class="step">Step-1</h4>
<div class="sec-img">
<img src="./images/Svg-4.svg" alt="" class="sec-sub-img" />
<h5 class="sec-sub-text">
Add links of your choice for the QR code scan
</h5>
</div>
</div>
<div>
<h4 class="step">Step-2</h4>
<div class="sec-img">
<img src="./images/Svg-5.svg" alt="" class="sec-sub-img" />
<h5 class="sec-sub-text">
Create and customise your QR code and scan page
</h5>
</div>
</div>
<div>
<h4 class="step">Step-3</h4>
<div class="sec-img">
<img src="./images/Svg-4.svg" alt="" class="sec-sub-img" />
<h5 class="sec-sub-text">
Download and share your QR code with friends
</h5>
</div>
</div>
</div>
</section>
<footer>
<h1 class="end">
<div>
<img
src="./images/Logo.png"
height="70px"
width="70px"
class="foot-img"
/>
</div>
<div class="name">Code Your Own</div>
</h1>
<div>
<div class="first-line">Privacy</div>
<div class="first-line">Code of conduct</div>
<div class="first-line">Contact us- [email protected]</div>
</div>
</footer>
</body>
</html>