-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmm_live.html
More file actions
234 lines (203 loc) · 11.6 KB
/
mm_live.html
File metadata and controls
234 lines (203 loc) · 11.6 KB
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>MM Live Poster - Rama Krushna</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal Website of Rama Krushna Behera" />
<meta name="keywords" content="Rama Krushna, UI/UX Designer, NIT Rourkela" />
<meta content="Rama Krushna" name="author" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<!-- Slider -->
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/owl.theme.default.min.css"/>
<!-- Main css -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158895392-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158895392-1');
</script>
</head>
<body>
<!-- Loader -->
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div>
<!-- Loader -->
<!-- Navbar STart -->
<header id="topnav" class="defaultscroll sticky">
<div class="container">
<!-- Logo container-->
<div>
<a class="logo" href="index.html">RK<span class="text-primary">.</span></a>
</div>
<!-- End Logo container-->
<div class="menu-extras">
<div class="menu-item">
<!-- Mobile menu toggle-->
<a class="navbar-toggle">
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</a>
<!-- End mobile menu toggle-->
</div>
</div>
<div id="navigation">
<!-- Navigation Menu-->
<ul class="navigation-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="blog.html">Blogs</a></li>
<li><a href="contact.html">Contact</a></li>
</ul><!--end navigation menu-->
</div><!--end navigation-->
</div><!--end container-->
</header><!--end header-->
<!-- Navbar End -->
<!-- Hero Start -->
<section class="bg-half bg-light">
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
<div class="page-next-level">
<h4 class="title"> MM LIVE Poster </h4>
<ul class="list-unstyled mt-4">
<li class="list-inline-item h6 user text-muted mr-2"> <span class="text-dark">Client :</span> Monday Morning</li>
<li class="list-inline-item h6 date text-muted"> <span class="text-dark">Date :</span> Dec. 2019</li>
</ul>
<ul class="page-next d-inline-block bg-white shadow p-2 pl-4 pr-4 rounded mb-0">
<li><a href="index.html" class="text-uppercase font-weight-bold text-dark">Home</a></li>
<li><a href="portfolio.html" class="text-uppercase font-weight-bold text-dark">Portfolio</a></li>
<li>
<span class="text-uppercase text-primary font-weight-bold">Work Detail</span>
</li>
</ul>
</div>
</div> <!--end col-->
</div><!--end row-->
</div> <!--end container-->
</div>
</div>
</section><!--end section-->
<!-- Hero End -->
<!-- Shape Start -->
<div class="position-relative">
<div class="shape overflow-hidden text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48H1437.5H2880V0H2160C1442.5 52 720 0 720 0H0V48Z" fill="currentColor"></path>
</svg>
</div>
</div>
<!--Shape End-->
<!-- Start Work Detail -->
<section class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10 mt-4 pt-2">
<div class="row">
<div class="col-md-6 mt-4 pt-2">
<div class="work-details rounded bg-light p-4">
<h5 class="title border-bottom pb-3 mb-3">Project Info :</h5>
<ul class="list-unstyled mb-0">
<li class="mt-3">
<b>Client :</b>
<span>Monday Morning</span>
</li>
<li class="mt-3">
<b>Category :</b>
<span>Graphics Design</span>
</li>
<li class="mt-3">
<b>Date :</b>
<span>Dec. 2019</span>
</li>
<li class="mt-3">
<b>Website :</b>
<span>www.mondaymorning.nitrkl.ac.in</span>
</li>
<li class="mt-3">
<b>Location :</b>
<span>NIT Rourkela</span>
</li>
</ul>
</div>
</div>
<div class="col-md-6 mt-4 pt-2">
<img src="images/work/mm.jpg" class="img-fluid rounded" alt="">
</div>
</div>
</div>
<div class="col-md-10 mt-4 pt-2">
<div class="col-14 text-center">
<img src="images/mm_live/live.jpg" class="img-fluid rounded" alt="">
</div><br>
<div class="bg-light rounded p-4">
<p class="text-muted mb-0"> Monday Morning - The student media body of NITR and the second largest student media body in the country, has got a "Live" section in the website which provides details of all the placements and on-campus internship bagged by the students in the academic year. This poster was designed for the relaunching of the LIVE section with updated datas. This poster was made in a manner showcasing the boldness and importance of the live section to the NITR junta. The illustrations showcased some of the scenarios in the job sector. </p>
</div><br>
</div>
</div>
</section>
<!-- End Work Detail -->
<!-- Footer Start -->
<br>
<footer class="footer footer-bar bg-light">
<div class="text-dark container text-center">
<h5>Research | Design | Refine</h5>
<div class="row align-items-center">
<div class="col-sm-6">
<div class="text-sm-left">
<p class="mb-0">Copyright © 2020 Rama Krushna.</p>
</div>
</div>
<div class="col-sm-6 mt-4 mt-sm-0 pt-2 pt-sm-0">
<ul class="list-unstyled social-icon social text-sm-right mb-0">
<li class="list-inline-item mb-0"><a href="https://www.behance.net/rama_krushna" class="rounded"><i class="mdi mdi-behance" title="Behance"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://www.instagram.com/rk._.design/" class="rounded"><i class="mdi mdi-instagram" title="Instagram"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://twitter.com/rama__krushna" class="rounded"><i class="mdi mdi-twitter" title="Twitter"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://medium.com/@ramakrushnabehera" class="rounded"><i class="mdi mdi-medium" title="Medium"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://www.linkedin.com/in/rama-krushna-behera-78a534161/" class="rounded"><i class="mdi mdi-linkedin" title="LinkedIn"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://dribbble.com/rama_krushna" class="rounded"><i class="mdi mdi-dribbble" title="Dribbble"></i></a></li>
</ul><!--end icon-->
</div>
</div>
</div><!--end container-->
</footer><!--end footer-->
<!-- Footer End -->
<!-- Back to top -->
<a href="#" class="back-to-top rounded text-center" id="back-to-top">
<i class="mdi mdi-chevron-up d-block"> </i>
</a>
<!-- Back to top -->
<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<!-- SLIDER -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/owl.init.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
<!-- Mirrored from www.shreethemes.in/landrick/layouts/page-work-detail.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 20 Dec 2019 18:59:35 GMT -->
</html>