-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
102 lines (93 loc) · 5.76 KB
/
gallery.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
<!DOCTYPE html>
<html>
<head>
<title>Manoj Kumar</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I am Final Year Computer Science And Engineering Student.🚀 You can find me more on Stackoverflow, Github, Linkedin, Youtube than in the real world.">
<meta name="keywords" content="Web Developer, Android Developer, Machine Learning Enthusiast">
<meta name="author" content="Manoj Kumar">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/cetificate.css" type="text/css" media="screen">
<link rel="apple-touch-icon" sizes="180x180" href="assets/ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/ico/favicon-16x16.png">
<link rel="manifest" href="assets/ico/site.webmanifest">
</head>
<body>
<section style="padding-bottom: 30px;">
<a href="/" ><button class="back btn-warning"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back</button></a>
<div class="heading"><h3>My Gallery</h3></div>
<div class="container certificate">
<div class="row">
<div class="col-sm-4">
<figure class="figure">
<img src="assets/images/Gallery/badge.png" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">Attending Developer Student Club Event</figcaption>
</figure>
</div>
<div class="col-sm-4">
<figure class="figure">
<img src="assets/images/Gallery/devfest.png" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">Attending Devfest Event</figcaption>
</figure>
</div>
<div class="col-sm-4">
<figure class="figure">
<img src="assets/images/Gallery/nitj.jpg" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">Attending Tech Event at NIT Jamshedpur</figcaption>
</figure>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<figure class="figure">
<img src="assets/images/Gallery/sih.jpg" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">During Smart India Hackathon 2020</figcaption>
</figure>
</div>
<div class="col-sm-4">
<figure class="figure">
<img src="assets/images/Gallery/mjmaurya.png" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">Attending React Submit 2020 Event</figcaption>
</figure>
</div>
<div class="col-sm-4">
<figure class="figure">
<img src="assets/images/Gallery/udacity5.jpg" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">Completed 5 Project in a row Badge</figcaption>
</figure>
</div>
</div>
</div>
</section>
<footer class="container-fluid mt-100" style="text-align: center;">
<div style="border-top: 2px solid green;"></div>
<div class="footer-sec" style="margin-top: 120px; text-align: center;">
<div>
<p> <i class="fa fa-code fa-lg" aria-hidden="true"></i>
With ❤️ by Manoj Kumar 2020
<br> Built with HTML, CSS ,BootStrap and JavaScript</p>
</div>
<div class="social-media">
<ul>
<li>
<a href="https://github.com/mjmaurya"><i class="fa fa-github fa-lg"></i></a>
<a href="https://www.linkedin.com/in/mjmaurya"> <i class="fa fa-linkedin fa-lg"></i></a>
<a href="https://twitter.com/gcssmanoj"><i class="fa fa-twitter fa-lg"></i></a>
<a href="https://www.facebook.com/mjkmaurya"><i class="fa fa-facebook fa-lg"></i></a>
</li>
</ul>
</div>
</div>
<div class="container" align="center">
<img src="https://hitwebcounter.com/counter/counter.php?page=7688857&style=0009&nbdigits=5&type=ip&initCount=0" title="Total Website Hits" Alt="Web Hits" style="height: 30px; width:100px;" border="0" /></div>
</footer>
<script src="assets/js/certificate.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
</body>
</html>