-
Notifications
You must be signed in to change notification settings - Fork 1
/
announcements.html
202 lines (189 loc) · 11 KB
/
announcements.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
<!DOCTYPE html>
<html>
<head>
<title>News - Announcements</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<!--Navbar-->
<nav class="yellow-bg navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html"><img id="logo" src="img/shs-logo-name.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav nav-text">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faculty.html">Faculty</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://onlineapplication.ust.edu.ph">Admission</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active-tab" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">News</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="announcements.html">Announcements</a>
<a class="dropdown-item" href="events.html">Events</a>
<a class="dropdown-item" href="gallery.html">Gallery</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="strands.html">Strands</a>
</li>
<li class="nav-item">
<a class="nav-link" href="downloadables.html">Downloadables</a>
</li>
<li class="nav-item">
<a class="nav-link" href="supportsys.html">Ask <span class="badge badge-info">New</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="externalDropDown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tools</a>
<div class="dropdown-menu" aria-labelledby="externalDropDown">
<a class="dropdown-item" href="#">Alumni</a>
<a class="dropdown-item" href="#">Document Tracker</a>
</div>
</li>
</ul>
</div>
</nav>
<!--CONTENT-->
<div class="content-wrap">
<!--Announcements-->
<div id="announcements">
<h2>Announcements</h2>
<div class="announcement-content">
<div class="row">
<div class="col-sm-2">
<img class="announcement-img img-responsive" src="img/announcements/GoodWillGames.png" align="right">
</div>
<div class="col-sm-10" style="float: right">
<h4>Tryouts for Girl's Basketball Team</h4>
<div class="more">The Tryouts for SHS GoodWill Games for the Girl's Basketball Team will be on November 5, 2017 (Sunday) at Colegio De San Lorenzo (Congressional Ave., Quezon City) from 8:00AM to 12:00NN. Call Time is 7:00AM. The Tryouts for SHS GoodWill Games for the Girl's Basketball Team will be on November 5, 2017 (Sunday) at Colegio De San Lorenzo (Congressional Ave., Quezon City) from 8:00AM to 12:00NN. Call Time is 7:00AM</div>
</div>
</div><br>
<div class="row">
<div class="col-sm-2">
<img class="announcement-img img-responsive" src="img/announcements/BeatingSoon.jpg" align="right">
</div>
<div class="col-sm-10" style="float: right">
<h4>Beating Soon: A Blood Donation Program</h4>
<p>UST SHS Health Allied Society will launch a Blood Donation Program inline with the Health Month Celebration. This program is open for Senior High School students.<br><br></p>
</div>
</div><br>
<div class="row">
<div class="col-sm-2">
<img class="announcement-img img-responsive" src="img/announcements/CallingAllArtists.jpg" align="right">
</div>
<div class="col-sm-10" style="float: right">
<h4>Calling All Artists</h4>
<p>The ATELIER Art Organization is on the lookout for talented new recruits!<br><br>All submissions must be in a brown envelope with an attachement of your personal information.S<br></p>
</div>
</div><br><br>
</div>
</div>
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">4</a></li>
<li class="page-item"><a class="page-link" href="#">5</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</div>
<!-- Footer -->
<footer class="container-fluid yellow-bg text-center">
<div class="row footer-text-wrap">
<div class="col-sm-6 footer-left">
<img id="ust-logo"src="img/ust-logo.png">
<br><br>
<p>The University of Santo Tomas is one of the top four universities in the Philippines and is consistently ranked among the top 1000 universities in the whole world. UST is both timeless, owing to its more than four hundred years of quality Catholic education, and timely, as it continuously responds to the needs of the present.</p>
<br><br>
<p><strong>Visit Us:</strong>
<br>Espana Blvd., Sampaloc, Manila, Philippines 1008</p>
<!--<p><strong>Telephone No.: +63-2-406-1611</strong></p>-->
</div>
<div class="col-sm-6 footer-right">
<div class="black-container">
<div class="contact-content">
<h4 class="contact-us">Contact Us</h4>
<form>
<div class="form-group">
<input type="text" class="form-control" placeholder="Full Name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email" required>
</div>
<div class="form-group">
<textarea class="form-control" rows="2" placeholder="Inquiries/Comments" required></textarea>
</div>
<button type="button" class="btn contact-btn">Submit</button>
</form>
</div>
</div>
</div>
</div><br>
</footer>
<script>
$(document).ready(function() {
// Configure/customize these variables.
var showChar = 20; // How many characters are shown by default
var ellipsestext = "...";
var moretext = "Show more >";
var lesstext = "Show less";
$('.more').each(function() {
var content = $(this).html();
if(content.length > showChar) {
var c = content.substr(0, showChar);
var h = content.substr(showChar, content.length - showChar);
var html = c + '<span class="moreellipses">' + ellipsestext+ ' </span><span class="morecontent"><span>' + h + '</span> <a href="" class="morelink">' + moretext + '</a></span>';
$(this).html(html);
}
});
$(".morelink").click(function(){
if($(this).hasClass("less")) {
$(this).removeClass("less");
$(this).html(moretext);
} else {
$(this).addClass("less");
$(this).html(lesstext);
}
$(this).parent().prev().toggle();
$(this).prev().toggle();
return false;
});
});
</script>
<!-- Optional JavaScript -->
<script type="text/javascript" src="js/script.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>