-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.36 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
<html>
<head>
<meta name="viewport" content="width-device-width, initial-scale-1">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/10ac4b0f60.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="Title">
<h1>E-cell Card</h1>
</div>
<div class="flip">
<div class="inside">
<div class="front">
<img src="image/front.png" width="350" height="500">
</div>
<div class="back">
<div class="backheader">
<img src="image/LOGO2.png" width="200" height="200">
</div>
<div class="backfooter">
<h2>UDYAM</h2>
<p>___________________________________</p>
<p>We at E-Cell, believe that entrepreneurship is the key to India’s development. To fulfill this vision, we have conceptualized & successfully implemented various initiatives to help students, young entrepreneurs & professionals in their entrepreneurial journey.</p>
<div>
<a href="http://www.ecell.ggits.org/index.html"><i class="far fa-envelope"></i></a>
<a href="https://www.linkedin.com/company/e-cell-gyan-ganga"><i class="fab fa-linkedin-in"></i></a>
<a href="https://instagram.com/ggits.ecell?igshid=1tm6lfghyivp9"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>