-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (172 loc) · 8.23 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
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
---
layout: base
---
<div class="t-light">
<div class="o-bleed o-bg">
<div class="o-full">
<h1 class="u-type-hero u-mb0">Farewell, <br />NEXT 2019.</h1>
<h2 class="u-type-hero-subline u-mt1 u-ptp5 editable">
July 18–20, 2019 @ NCIT<br />
Shrawan 2–4, 2076. Balkumari, Lalitpur
</h2>
</div>
</div>
</div>
</div>
<div class="o-bleed t-theme">
<div class="o-bg t-light o-row o-row--stacked u-no-wrap">
<div class="o-three-quarter u-sixteen-nine">
<div class="c-aspect-inner">
<iframe id="ytplayer" type="text/html" width="100%" height="100%" src="https://www.youtube.com/embed/7HfBsUXnUr4?Version=3&autoplay=1&controls=0&mute=1&loop=1&modestbranding=1&playlist=3vPCpQTJkYo" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="o-half o-half--padded o-half--hero-stacked">
<p class="editable u-type-panel-text u-m0">
That's a wrap. Thank you to everyone who attended the event and made it possible. See you next year!<br /><a href="https://youtu.be/7HfBsUXnUr4" class="c-link c-link--outbound u-type-panel-text u-m0">Watch on YouTube</a>
</p>
</div>
</div>
</div>
<div class="t-dark">
<div class="o-bleed o-bg o-padded-section">
<div>
<div class="c-ribbon">
{% assign events = site.event %}{% for event in events %}
<div class="c-ribbon__box">
<h3 class="c-ribbon__text" data-ribbon-left="{{ event.data-ribbon-left }}" data-ribbon-right="{{ event.data-ribbon-right}}">
<button class="c-link c-link--anim c-link--as-button js-trigger-panel" data-panel="{{ event.data-panel }}">{{ event.title }}</button>
</h3>
<div id="{{ event.data-panel }}" class="c-activity-panel js-panel">
<div class="c-activity-panel__hero u-ratio" style="padding-bottom: calc((944/1442)*100%);">
<div class="c-aspect-inner">
<img src="{{ event.image }}" alt="{{ event.alt }}" class="u-responsive">
</div>
</div>
<div class="c-activity-panel__inner">
<p class="c-activity-panel__title">{{ event.title }}</p>
<p class="c-activity-panel__body">{{ event.body }} <a href="{{ event.readmore }}">Read more...</a></p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="t-light">
<div class="o-bleed o-bg u-pt5 u-pb8">
<div class="o-full">
<h2 class="u-type-h3 u-mt0">
NCIT<br />Balkumari, Lalitpur
</h2>
<div class="o-row u-flex-wrap-r@column-min-down">
<div class="o-half u-flex-self-start u-w100@column-min-down">
<img src="{{ '/assets/images/college.jpg' | prepend: site.baseurl }}"
alt="NCIT building"
class="u-responsive u-mb-7">
</div>
<div class="o-half o-half--padded u-flex u-flex-vertical u-w100@column-min-down">
<p class="u-type-panel-text u-mt0 editable">
Experience the future at one of the best IT colleges in Nepal.
</p>
<a href="https://goo.gl/maps/Mcp9fDzA4u9BTQNa6" rel="noreferrer noopener" target="_blank" class="c-link c-link--outbound u-type-panel-text">Directions</a>
</div>
</div>
</div>
</div>
<div class="t-light">
<div class="o-bleed o-bg">
<div class="o-row t-black">
<div class="o-bg o-over-half o-over-half--padded u-w100@mobile-menu-down">
<p class="u-type-panel-text">
Hear from Asgar Ali<br />CEO of eSewa
</p>
<p class="u-type-faint">An IT passionate with over 14 years of experience including software product design, materialization, roll out plan execution, business operations and strategy. </p>
</div>
<div class="c-contact__kappa o-under-half">
<img src="{{ '/assets/images/sessions/asgar_ali.jpg ' | prepend: site.baseurl }}" alt="Asgar Ali at Mobile World Congress" class="u-responsive u-flex-self-end u-mb-5">
</div>
</div>
</div>
</div>
<div class="t-light">
<div class="o-bleed o-bg u-pt3 u-pb5">
<div class="o-full">
<h2 class="u-type-h4 u-mt0">
News/Announcement
</h2>
<p class="u-type-h5">News from college and around the world. </p>
<div class="o-row u-flex-wrap">
{% assign announcements = site.announcement | sort: 'date' | reverse %}{% for announcement in announcements limit:3 %}
<div class="u-flex-1">
<div class="c-blog-card u-m2">
<img class="u-responsive" src="{{ announcement.image }}" alt="{{ announcement.alt }}">
<p class="u-type-h6 u-mb0">{{ announcement.date | date: "%B %-d" }}</p>
<p class="u-type-panel-text u-m0">{{ announcement.title }}</p>
<p class="u-type-panel-text u-m0">
<a href="{{ announcement.link }}" class="c-link c-link--outbound u-m0">Read now</a>
</p>
</div>
</div>
{% endfor %}
</div>
<p class="u-type-h5">For earlier announcements, <a href="{{ '/news-and-announcements/' | prepend: site.baseurl }}">click here</a>.</p>
</div>
</div>
</div>
<div class="t-black">
<div class="o-bleed o-bg c-step">
<div class="o-full">
<h2 class="u-type-hero u-pt10 editable">
What is NEXT?
</h2>
</div>
<div class="o-row u-flex-wrap">
<div class="o-half u-w100@column-min-down">
<img src="https://images.unsplash.com/photo-1531498860502-7c67cf02f657"
alt="What is NEXT?"
class="u-responsive">
</div>
<div class="o-half o-half--padded u-mt2 u-w100@column-min-down">
<h3 class="u-type-panel-text editable">
Exhilarating voyage of technical know-how, NEXT focuses on the promotion of technology and innovation.
</h3>
</div>
</div>
<div class="o-full">
<h2 class="u-type-h3">
Main Sponsors
</h2>
</div>
<div class="sponsors">
<ul aria-labelledby="sponsor-list-0" class="sponsor-list">
<li>
<a href="https://broadwayinfosys.com/" class="image-link sponsor-link--broadway" target="_blank" aria-label="Broadway InfoSys">
<img src="https://broadwayinfosys.com/uploads/logo/1560604860.Broadway%20logo_website.png">
</a>
</li>
<li>
<a href="https://www.genesesofts.com/" class="image-link sponsor-link--broadway" target="_blank" aria-label="genesesofts">
<img src="https://www.genesesofts.com/wp-content/uploads/2018/10/logo.png">
</a>
</li>
<li>
<a href="http://www.f1soft.com/" class="image-link sponsor-link--broadway" target="_blank" aria-label="f1 soft">
<img src="http://www.f1softfoundation.com/images/logo-white.png">
</a>
</li>
<li>
<a href="https://himalayansolution.com/" class="image-link sponsor-link--broadway" target="_blank" aria-label="Himalayan Solution">
<img src="https://i.ibb.co/D7sM2cW/himalayan.png">
</a>
</li>
<li>
<a href="http://cloudlink.com.np/" class="image-link sponsor-link--broadway" target="_blank" aria-label="ESET Antivirus">
<img src="https://i.ibb.co/FsKKs9B/eset.png">
</a>
</li>
</ul>
</div>
</div>
</div>