-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathdefault.hbs
176 lines (146 loc) · 6.27 KB
/
default.hbs
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
<!DOCTYPE html>
<html lang="{{@site.locale}}">
<style>
.footer-bottom a{
color: inherit;
}
.footer-bottom-contact{
padding-bottom: 40px;
text-align: justify;
}
.footer-bottom-contact b{
color:#ffffff
}
.footer-bottom-contact h3{
color:#ffffff;
}
</style>
<head>
{{!-- Basic meta - advanced meta is output with {ghost_head} below --}}
<title>{{meta_title}}</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
{{!-- Theme assets - use the {asset} helper to reference styles & scripts,
this will take care of caching and cache-busting automatically --}}
{{!-- Theme assets - use the {asset} helper to reference styles & scripts,
this will take care of caching and cache-busting automatically --}}
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "built/styles.css"}}" />
{{!-- This tag outputs all your advanced SEO meta, structured data, and other important settings,
it should always be the last tag before the closing head tag --}}
{{ghost_head}}
</head>
<body class="{{body_class}}">
<div class="viewport">
<header id="gh-head" class="gh-head {{#if @site.cover_image}}has-cover{{/if}}">
<nav class="gh-head-inner inner gh-container">
<div class="gh-head-brand">
<a class="gh-head-logo" href="{{@site.url}}">
{{#if @site.logo}}
<img src="{{@site.logo}}" alt="{{@site.title}}" />
{{else}}
{{@site.title}}
{{/if}}
</a>
<a class="gh-burger" role="button">
<div class="gh-burger-box">
<div class="gh-burger-inner"></div>
</div>
</a>
</div>
<div class="gh-head-menu">
{{navigation}}
</div>
</nav>
</header>
<div class="site-content">
{{!-- All other templates get inserted here, index.hbs, post.hbs, etc --}}
{{{body}}}
</div>
{{!-- The global footer at the very bottom of the screen --}}
<footer class="footer">
<div class="footer-content">
<div class="footer-logo">
<a href="https://www.utcluj.ro/"><img src="/assets/images/ut alb-01(1).png" alt="Logo" /></a>
<a href="https://osut.org/"><img src="/assets/images/OSUT alb.png" alt="Logo" /></a>
</div>
<div class="footer-social">
<a href="https://www.facebook.com/PoliHack.OSUT"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/polihack.osut/"><i class="fab fa-instagram"></i></a>
<a href="https://www.tiktok.com/@polihack.osut"><i class="fab fa-tiktok"></i></a>
<a href="https://www.linkedin.com/in/polihack-osutcj-6b767a335/ "><i class="fab fa-linkedin"></i></a>
<a href="mailto:polihackosutcj@gmail.com"><i class="fas fa-envelope"></i></a>
</div>
</div>
<hr />
<div class="footer-bottom">
<a href="https://polihack.osut.org/"><img src="/assets/images/logo_alb-01 (1).png" alt="Logo" /></a>
<div class="footer-bottom-contact">
<h3 style="text-align: center; margin-left: 0px;">Contact:</h3>
<p><b>Filip Cristian - BC Responsible</b></p>
<p>Phone Number: <i>0760993125</i></p>
<p>Email: <a href="mailto:cristifilip2002@gmail.com">cristifilip2002@gmail.com</a></p>
<p><b>Arimia Andreea - Coordinator</b></p>
<p>Phone Number: <i>0762385168</i></p>
<p>Email: <a href="mailto:arimiaandreeastefania@gmail.com">arimiaandreeastefania@gmail.com</a></p>
</div>
</footer>
</div>
{{!-- /.viewport --}}
{{!-- Scripts - handle member signups, responsive videos, infinite scroll, floating headers, and galleries --}}
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous">
</script>
<script src="{{asset "built/casper.js"}}"></script>
<script>
$(document).ready(function () {
// Mobile Menu Trigger
$('.gh-burger').click(function () {
$('body').toggleClass('gh-head-open');
});
// FitVids - Makes video embeds responsive
$(".gh-content").fitVids();
});
</script>
<script>
document.addEventListener('DOMContentLoaded', () => {
const header = document.querySelector('.gh-head');
const handleScroll = () => {
// Only apply the scroll effect if the viewport width is above 900px
if (window.innerWidth >= 900) {
if (window.scrollY > 50) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
} else {
// Remove the 'scrolled' class on mobile to ensure a consistent look
header.classList.remove('scrolled');
}
};
// Add the scroll event listener
window.addEventListener('scroll', handleScroll);
// Check on window resize as well
window.addEventListener('resize', handleScroll);
});
document.querySelector('a[href^="#"]').addEventListener("click", function(event) {
event.preventDefault();
const targetId = this.getAttribute("href").substring(1);
const targetElement = document.getElementById(targetId);
window.scrollTo({
top: targetElement.offsetTop,
behavior: "smooth"
});
});
</script>
{{!-- Ghost outputs required functional scripts with this tag - it should always be the last thing before the closing body tag --}}
{{ghost_foot}}
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>