-
Notifications
You must be signed in to change notification settings - Fork 0
/
getInTouch.html
166 lines (155 loc) · 7.76 KB
/
getInTouch.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tiffo.net</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<!-- Header Section -->
<nav class="navbar navbar-expand-xl navbar-light bg- mynav">
<div class="container-fluid">
<a class="navbar-brand mylogo" href="#">
<img src="images/Tiifo-LOgo.png" alt="Loading..." width="150px">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse navul" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 navul">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="#">Products</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#">New Arrival</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#">Get In Touch</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#">Commitments</a>
</li>
</ul>
<form class="d-flex headerbtn">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Orders</button>
</form>
</div>
</div>
</nav>
<!-- End Header Section -->
<!-- Forms -->
<div class="form_sec">
<h1>Let's Get in Touch</h1>
<div class="container">
<div class="row rw5">
<div class="col- col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-6">
<div class="form">
<div class="title">Welcome</div>
<div class="subtitle">Let's create your account!</div>
<div class="input-container ic1">
<input id="firstname" class="input" type="text" placeholder="First Name" />
<div class="cut"></div>
<!-- <label for="firstname" class="placeholder">First name</label> -->
</div>
<div class="input-container ic2">
<input id="lastname" class="input" type="text" placeholder="Last Name" />
<div class="cut"></div>
<!-- <label for="lastname" class="placeholder">Last name</label> -->
</div>
<div class="input-container ic2">
<input id="email" class="input" type="text" placeholder="E-Mail" />
<div class="cut cut-short"></div>
<!-- <label for="email" class="placeholder">Email</label> -->
</div>
<button type="text" class="submit">Submit</button>
</div>
</div>
<div class="col- col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-6">
<div class="log">
<h2>Connect On</h2>
<p class="p1">
Welcome back! Please sign in to access your account.
If you're already a member, enter your login details below to access your account. <br>
Don't have anaccount yet? Sign up here to join our community and enjoy exclusive benefits.
</p>
<p class="p2">
By logging in, you can: <br>
♣ Access your personalized dashboard, connect with other members, and stay
updated
on the latest news and events.
Manage Your Profile: Update your personal information, change your password, and customize
your
account settings. <br>
♣ Enjoy members-only content, special offers, and discounts tailored just
for
you. <br>
♣ Your security is our top priority. We use advanced encryption and security measures to
protect
your data. <br> ♣ By logging in, you agree to our Terms of Service and Privacy Policy.
<button type="text" class="log_btn">Read More...</button>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Forms -->
<!-- Footer Section -->
<div class="footer">
<div class="container">
<div class="row">
<div class="footer-col col- col-sm-12 col-md-6 col-lg-3 col-xl-3">
<h4>company</h4>
<ul>
<li><a href="#">about us</a></li>
<li><a href="#">our services</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">affiliate program</a></li>
</ul>
</div>
<div class="footer-col col- col-sm-12 col-md-6 col-lg-3 col-xl-3 ">
<h4>get help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">shipping</a></li>
<li><a href="#">returns</a></li>
<li><a href="#">order status</a></li>
<li><a href="#">payment options</a></li>
</ul>
</div>
<div class="footer-col col- col-sm-12 col-md-6 col-lg-3 col-xl-3">
<h4>online shop</h4>
<ul>
<li><a href="#">watch</a></li>
<li><a href="#">bag</a></li>
<li><a href="#">shoes</a></li>
<li><a href="#">dress</a></li>
</ul>
</div>
<div class="footer-col col- col-sm-12 col-md-6 col-lg-3 col-xl-3">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer Section -->
</body>
<script src="bootstrap/app.js"></script>
</html>