File tree Expand file tree Collapse file tree 4 files changed +19
-10
lines changed Expand file tree Collapse file tree 4 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 4
4
{{ partial site.Params.banner.partial . }}
5
5
{{ end }}
6
6
7
+ < div class ="container mt-3 ">
8
+ < div class ="row ">
9
+ < div class ="alert alert-warning alert-dismissible fade show " role ="alert ">
10
+ We have updated our website. The previous website is still available at < a href ="https://legacy.cmpe.bogazici.edu.tr "> < strong > https://legacy.cmpe.bogazici.edu.tr</ strong > </ a >
11
+ < button type ="button " class ="btn-close " data-bs-dismiss ="alert " aria-label ="Close "> </ button >
12
+ </ div >
13
+ </ div >
14
+ </ div >
15
+
7
16
< div class ="container ">
8
- < div class ="row g-5 ">
9
- < div class ="col-xl-4 order-xl-5 my-5 text-center ">
17
+ < div class ="row ">
18
+ < div class ="col-xl-4 order-xl-5 my-4 text-center ">
10
19
{{ if site.Params.eventbar.enabled }}
11
20
{{ partial "bouncmpe/eventbar.html" . }}
12
21
{{ end }}
13
22
</ div >
14
- < div class ="col-xl-8 my-5 ">
23
+ < div class ="col-xl-8 my-4 ">
15
24
{{ if site.Params.newsroom.enabled }}
16
25
{{ partial "bouncmpe/newsroom.html" . }}
17
26
{{ end }}
Original file line number Diff line number Diff line change 14
14
< div class ="card rounded-4 border-1 text-start px-0 ">
15
15
< div class ="card-header ">
16
16
< div class ="row ">
17
- < div class ="col-sm-8 ">
17
+ < div class ="col-9 ">
18
18
< small > {{- i18n .Type | upper -}}</ small >
19
19
</ div >
20
- < div class ="col-sm-4 text-end ">
20
+ < div class ="col-3 text-end ">
21
21
< a href ="http://www.google.com/calendar/event?action=TEMPLATE&text={{ i18n .Type | title }}: {{ .Params.speaker }}&dates={{ $google_start_time_string }}/{{ $google_finish_time_string }}&details={{$event_title}}&location={{$event_location}}&trp=false&sprop=&sprop=name: "
22
22
class ="card-link text-end " target ="_blank " rel ="nofollow ">
23
23
< img src ="/icons/calendar-plus-fill.svg " alt ="">
Original file line number Diff line number Diff line change 2
2
{{ if $events }}
3
3
< section id ="eventbar ">
4
4
< h1 class ="display-6 my-4 "> {{ i18n "upcoming-events" | title }}</ h1 >
5
- < div class ="row row-cols-1 g-4 mb-4 ">
5
+ < div class ="row row-cols-1 g-2 m-1 ">
6
6
{{ range (first 6 $events) }}
7
7
{{ partial "bouncmpe/eventbar-card.html" . }}
8
8
{{end}}
9
9
</ div >
10
- < div class ="row ">
10
+ < div class ="row p-3 ">
11
11
< div class ="card rounded-4 ">
12
12
< ul class ="list-group list-group-flush ">
13
13
< li class ="list-group-item ">
Original file line number Diff line number Diff line change @@ -57,23 +57,23 @@ <h4 class="m-2">{{- title .Title -}}</h4>
57
57
{{ end }}
58
58
</div>
59
59
</section> -->
60
- < section id ="tier2 " class ="row row-cols-1 row-cols-md-2 g-4 mb-4 ">
60
+ < section id ="tier2 " class ="row row-cols-1 row-cols-md-2 g-4 mb-4 text-center ">
61
61
{{ range $index, $element := first 6 $news }}
62
62
< div class =" col ">
63
63
{{ partial "bouncmpe/newsroom-card.html" . }}
64
64
</ div >
65
65
{{ end }}
66
66
</ section >
67
67
68
- < section id ="tier3 " class ="row row-cols-1 row-cols-md-3 g-4 mb-4 ">
68
+ < section id ="tier3 " class ="row row-cols-1 row-cols-md-3 g-4 mb-4 text-center ">
69
69
{{ range $index, $element := first 9 (after 6 $news) }}
70
70
< div class =" col ">
71
71
{{ partial "bouncmpe/newsroom-card-alt.html" . }}
72
72
</ div >
73
73
{{ end }}
74
74
</ section >
75
75
76
- < section class ="row text-center ">
76
+ < section class ="row text-center px-2 d-none d-xl-block ">
77
77
< div class ="card rounded-4 ">
78
78
< ul class ="list-group list-group-flush ">
79
79
< li class ="list-group-item ">
You can’t perform that action at this time.
0 commit comments