forked from duplixx/MOEDIG-cOPIER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexx.html
180 lines (173 loc) · 7.09 KB
/
indexx.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
<!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>Home</title>
<script src="https://unpkg.com/scrollreveal"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/cards.css" />
<link rel="stylesheet" href="css/mission.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/userinfo.css">
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</head>
<body class="">
<section class="sec1">
<nav>
<div class="menu">
<div>
<img
src="assets/preview.png"
alt="screen"
srcset=""
style="width: 70px; height: 70px"
/>
</div>
<div>
<ul class="menu-ul" id="menuds">
<li>FEATURES</li>
<li>PRICING</li>
<li>ABOUT</li>
<li>CONTACT</li>
<li>LOGIN</li>
<li>SIGNUP</li>
</ul>
</div>
</div>
</nav>
<div class="bg-img_cont">
<div class="cont2">
<span class="hed1 fw-bold">ONE PLACE</span>
<span class="hed1-red fw-normal"
>FOR EVERY TYPE OF PRINTING AND DESIGNING SOLUTION.</span
>
<button class="btn-1">
<span>ORDER NOW </span
><img
src="https://img.icons8.com/ios-filled/40/long-arrow-right.png"
alt=""
class="arrow"
/>
</button>
</div>
</div>
</section>
<section class="mission">
<div class="para">
<h1>Our Mission</h1>
<span
>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Totam
provident nostrum alias officiis doloremque perferendis. Earum
doloribus molestias eligendi dolores minus veritatis ullam quisquam
consectetur consequatur, possimus, ut, sint tempore.</span
>
</div>
</section>
<section class="" id="">
<!-- <div class="cards-section">
<div class="wrapper">
<div class="card"><img src="https://images.unsplash.com/photo-1477666250292-1419fac4c25c?auto=format&fit=crop&w=667&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D" />
<div class="info">
<h1>Mountain</h1>
<p>Lorem Ipsum is simply dummy text from the printing and typeseting industry</p><button>Read More</button>
</div>
</div>
<div class="card"><img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D" />
<div class="info">
<h1>Road</h1>
<p>Lorem Ipsum is simply dummy text from the printing and typeseting industry</p><button>Read More</button>
</div>
</div>
<div class="card"><img src="https://images.unsplash.com/photo-1503249023995-51b0f3778ccf?auto=format&fit=crop&w=311&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D" />
<div class="info">
<h1>Protester</h1>
<p>Lorem Ipsum is simply dummy text from the printing and typeseting industry</p><button>Read More</button>
</div>
</div>
</div>
</div> -->
<center class="text-center text-wrap p-5 ">
<h1 class="border-bottom">OUR TEAM MEMBERS</h1>
<p>To make students’ life simpler and easier using technology i.e.,
being enabled to utilize every possible technology and making
our best-in-class services accessible to them.</p>
</center>
<div class="card-group">
<div class="card">
<img class="card-img-top h-50" src="assets/lofi.jpg" alt="Card image cap" >
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/lofi.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
</section>
<section>
<div class="footer-dark">
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3 item">
<h3>Services</h3>
<ul>
<li><a href="#">Web design</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">Hosting</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-3 item">
<h3>About</h3>
<ul>
<li><a href="#">Company</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="col-md-6 item text border-b-8 border-400-red">
<h3 class="">Moedig Copier</h3>
<p>
Praesent sed lobortis mi. Suspendisse vel placerat ligula.
Vivamus ac sem lacus. Ut vehicula rhoncus elementum. Etiam
quis tristique lectus. Aliquam in arcu eget velit pulvinar
dictum vel in justo.
</p>
</div>
<div class="col item social">
<a href="#"><i class="icon ion-social-facebook"></i></a
><a href="#"><i class="icon ion-social-twitter"></i></a
><a href="#"><i class="icon ion-social-snapchat"></i></a
><a href="#"><i class="icon ion-social-instagram"></i></a>
</div>
</div>
<p class="copyright">Company Name © 2021</p>
</div>
</footer>
</div>
</section>
<script>
</script>
<script src="js/reveal.js"></script>
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
<script src="https://code.iconify.design/2/2.2.1/iconify.min.js"></script>
</body>
</html>