Skip to content

Commit 48371f1

Browse files
committed
benifits , club ,eventyear page update
1 parent fe9bb57 commit 48371f1

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

assets/CSS/newStyle.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2268,12 +2268,18 @@ a:hover {
22682268
width: 11rem;
22692269
height: 11rem;
22702270
}
2271+
.text-head1{
2272+
color:#0092cf
2273+
}
22712274
}
22722275

22732276
@media (min-width: 500px) and (max-width: 767px) {
22742277
.imag {
22752278
margin: auto;
22762279
}
2280+
.text-head1{
2281+
color:black
2282+
}
22772283
}
22782284

22792285
.form-row {
@@ -2370,7 +2376,7 @@ a:hover {
23702376
}
23712377

23722378
.text-head {
2373-
color: #0092cf;
2379+
color:#0092cf;
23742380
}
23752381

23762382
.btn-theme {

benefits.php

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,22 @@
295295
<!-- -->
296296
<div class="glider-contain">
297297
<div class="winnerContainer glider1">
298+
<div class="winnerOne">
299+
<div class="outerContent">
300+
<h3>Aagaz 3.0 Quiz Competition</h3>
301+
</div>
302+
<div class="circleCard">
303+
</div>
304+
<div class="eventName">
305+
<img src="./assets/images/TrophyOneWinner.jpg" alt="">
306+
</div>
307+
<div class="innerContent">
308+
<h2>Aagaz 3.0 Quiz Competition</h2>
309+
<h3 style="color: rgb(0, 0, 0)">Winners</h3>
310+
<h4 onclick="selecionarOpcao(this, 'PeriodoGreen', '#0e8e96')">Abhishek Thakur</h4>
311+
<h4 onclick="selecionarOpcao(this, 'UnidadeGreen', '#7cad22')">Prashansa Jha</h4>
312+
</div>
313+
</div>
298314
<div class="winnerOne">
299315
<div class="outerContent">
300316
<h3>ACM Write it loud</h3>
@@ -645,7 +661,7 @@
645661

646662
<div class="col-lg-6 col-md-6 club">
647663
<input type="checkbox" id="courseChoice3" name="clubs" value="USICT ACM Lens & Canvas - The Experience and Design group">
648-
<label class="label-course" for="contactChoice8">Lens & Canvas (XD+Photography)</label>
664+
<label class="label-course" for="contactChoice8">Lens & Canvas</label>
649665
</div>
650666
</div>
651667
</div>

clubs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
</div>
180180
</div>
181181
<div class="aboutclub aboutclub-right">
182-
<h2><span class="text-head">Innovate AI</h2>
182+
<h2><span class="text-head1">Innovate AI</h2>
183183
<p>
184184
Innovate AI Is The Artificial Intelligence , Machine learning and Data science club of the USS ACM Student Chapter.The club gives a place for the community to discuss, learn about, and work on topics related to machine learning, Data Science, and artificial intelligence.We Aim To Provide The Knowledge Of Existing And Emerging Technologies Of Machine Learning And Artificial Intelligence .
185185
</p>

eventYear.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function allEvent(event) {
8080
<p class="event-post_text">${event.description}</p>
8181
<div class="buttonDiv">`;
8282
let var1 = `<div class="event-post">
83-
<div class="event-post_img" style="margin-top:15px;">
83+
<div class="event-post_img" style="margin-top:7rem;">
8484
<img src=${event.poster} alt="">
8585
</div>
8686
<div class="event-post_info">

0 commit comments

Comments
 (0)