-
Notifications
You must be signed in to change notification settings - Fork 0
/
lajme-first.html
175 lines (127 loc) · 6.33 KB
/
lajme-first.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UBT - Projekti Inxhinieri e Web</title>
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="shortcut icon" type="image/ico"
href="https://www.ubt-uni.net/wp-content/themes/university-of-business-and-technology/favicon.ico">
</head>
<body>
<header>
<div class="informate-shtese">
<ul>
<li> <a href="register.html">APLIKO</a> <a href="vizito.html">VIZITO</a> <a
href="kurset.html">KURSET</a>
<a href="studimi.html">STUDIMI</a>
</li>
</ul>
</div>
<nav>
<div class="nav-majtas">
<a href="index.html"><img class="brand" src="img/logo.png" alt=""></a>
<div class="kufiza"></div>
<ul class="nav-items">
<li class="navbar">
<a href="index.html">UBT</a>
<a href="studimi.html">STUDIMI</a>
<a href="lajme.html">LAJME</a>
<a href="media.html">MEDIA & EVENTE</a>
</li>
</ul>
</div>
<ul class="nav-djathtas">
<li>
<div class="dropdown">
<a onclick="myFunction()" onmouseover="myFunction()"
class="butoni-dropdown main-elements-djathta">E-Sherbimet</a>
<div id="lista-dropdown" class="loopa-dropdown">
<a href="register.html"> <img class="dropdown-logo" src="img/logo.png" alt="">Register</a>
<a href="kurset.html"> <img class="dropdown-logo"
src="https://img.icons8.com/emoji/48/000000/blue-book.png" />Kurset</a>
</div>
</div>
</li>
</ul>
</nav>
</header>
<!--============================
HEADER & NAVIGATION ( MBARIM )
================================-->
<!-- SHORTCUT ( UNDER CONSTRUCTION - FAZA 1 - FAZA 2 )-->
<div id="shortcuts" class="shortcut-menu">
UNDER CONSTRUCTION
</div>
<div onclick="aFunction()" class="question-mark">
<p>?</p>
</div>
<section class="lajme-section">
<section class="first-post">
<img src="./img/ubt-campus.jpg" alt="">
<h1>UBT SHAPLL KONKURS
PER PRANIMIN E STUDENTEVE
TE RINJ 2020/21</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical
Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at
Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a
Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the
undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et
Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the
theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor
sit amet..", comes from a line in section 1.10.32.
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested.
Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their
exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
</section>
<footer>
<div class="top">
<div class="section-left">
<div class="top-first">
<!-- <h5>UBT - Higher Education Institution</h5> -->
<ul>
<li> <a href="">Studentet</a>
<a href="">Fakulteti</a>
<a href="">Alumni</a>
<a href="">Vizita</a>
<a href="">Aplikim</a>
</li>
</ul>
<!-- <p> Lagjja Kalabria,10000 Prishtine, Kosovo
Për ne</p> -->
</div>
<div class="ndamje"></div>
</div>
<div class="top-second">
<img src="./img/ubt-logo-black.svg" alt="">
</div>
<div class="section-right">
<div class="ndamje"></div>
<div class="top-third">
<!-- <h5>UBT - Higher Education Institution</h5> -->
<ul>
<li><a href="">Reth Nesh</a>
<a href="">Lokacionet</a>
<a href="">Harta e Faqes</a>
<a href="">[email protected]</a>
</li>
</ul>
</div>
</div>
</div>
<div class="bottom">
<ul>
<li><a href="https://www.facebook.com/UniversitetiUBT/" target="_blank"><i class="fa fa-facebook-official"></i></a>
<a href="https://www.instagram.com/ubt_official/?hl=en" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCS76ozJN2tcsmQ8XG4KIruQ"target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://twitter.com/ubteducation"><i class="fab fa-twitter"target="_blank"></i></a>
<a href="https://www.linkedin.com/school/ubt---university-for-business-and-technology/"target="_blank"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
<p>Legal Disclaimer ©</br>2020 UBT</p>
</div>
</footer>
<script src="js/javascript.js"></script>
<script src="https://kit.fontawesome.com/cdf60cb5fd.js" crossorigin="anonymous"></script>
</body>
</html>