-
Notifications
You must be signed in to change notification settings - Fork 0
/
awards.html
180 lines (160 loc) · 5.31 KB
/
awards.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>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-D6Y1N8EGX6"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-D6Y1N8EGX6');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
/>
<!--<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" />-->
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
/>
<!--<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" /> -->
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="assets/images/logo.jfif" type="image/png" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/awards.css">
<!-----Our website icon here-->
<title>MINERAL DROP</title>
</head>
<body>
<nav class="navbar">
<div class="content">
<div class="logo">
<a href="index.html"
><img src="assets/images/logo.jfif" alt="Fashioo Logo" id="logo"
/></a>
</div>
<ul class="menu-list">
<div class="icon cancel-btn">
<i class="fas fa-times"></i>
</div>
<li><a class="homeBtn" href="index.html" >Home</a></li>
<li><a class="homeBtn" href="awards.html" >Awards</a></li>
<li><a class="homeBtn" href="news.html" >News</a></li>
</ul>
<div class="icon menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<section id="awards">
<div class="images">
<div class="row">
<div class="col-sm-12 col-md-6 d-flex flex-column justify-content-center order-md-2 about-text">
<img src="assets/images/award.jpeg" alt="Awards">
<h5>FICCI ECAFE Young Entrepreneur Award</h5>
</div>
<div class="col-sm-12 col-md-6 d-flex flex-column justify-content-center order-md-2 about-text">
<img src="assets/images/award2.jpeg" alt="Awards">
<h5>Sakal Young Inspiration Award</h5>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 d-flex flex-column justify-content-center order-md-2 about-text">
<img src="assets/images/award3.jpeg" alt="Awards">
<h5>Google Startup Weekend Award</h5>
</div>
<div class="col-sm-12 col-md-6 d-flex flex-column justify-content-center order-md-2 about-text">
<img src="assets/images/award4.jpeg" alt="Awards">
<h5>Best Startup Initiative Award</h5>
</div>
</div>
<div class="col-sm-12 col-md-6 d-flex flex-column justify-content-center order-md-2 about-text">
<img src="assets/images/award1.jpeg" alt="Awards" style="padding: 50px;" >
<h5>World Peace Centre Award</h5>
</div>
</div>
</section>
<footer id="footer">
<div class="footer-dark">
<div class="container">
<div class="row">
<div
class="col-sm-6 col-md-3 col-lg-4 d-flex flex-row justify-content-center align-items-start item"
>
<img
class="img-fluid"
id="footer-logo"
src="assets/images/logo.jfif"
/>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 item">
<h3>Contact</h3>
<ul>
<li class="contact-us-item">
Tel: 0712-2549848
</li>
<li class="contact-us-item">
Mobile: +91 7721949774
</li>
</ul>
</div>
<div class="col-md-6 col-lg-5 item text">
<h3>Address</h3>
<p>
HEAD OFFICE
Mineral Drop International PVT.LTD.
Flat No. 104, 1 Floor Shri Apartment Behind Khare Town Post Office, Dharampeth, Nagpur, Maharashtra, 440010
</p>
<p>
Email: contact@mineraldrop.in
</p>
</div>
<div class="col offset-md-0 item social">
<a
href="#"
target="_blank"
><i class="fab fa-instagram"></i
></a>
<a
href="#"
target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
<a href="#" target="_blank"
><i class="fab fa-facebook-f"></i
></a>
<a href="#" target="_blank"
><i class="fab fa-twitter"></i
></a>
</div>
</div>
<p class="copyright">Mineral Drop © 2020</p>
</div>
</div>
</footer>
<script src="assets/js/smooth-scroll.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- <script>
// var scroll = new SmoothScroll('a[href*=""]');
</script> -->
<script src="assets/js/smooth-scroll.js"></script>
</div>
</div>
</body>
</html>