Skip to content

Commit 4a7249e

Browse files
committed
Added photo gallery placeholder page
1 parent 402b803 commit 4a7249e

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

syntaxfest25/photo_highlights.html

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<!DOCTYPE HTML>
2+
<!--
3+
Strongly Typed by HTML5 UP
4+
html5up.net | @ajlkn
5+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
6+
-->
7+
<html>
8+
<head>
9+
<title>SyntaxFest 2025 | Photo Highlights</title>
10+
<meta charset="utf-8" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
12+
<link rel="stylesheet" href="assets/css/main.css" />
13+
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
14+
<style>
15+
16+
</style>
17+
</head>
18+
<body class="no-sidebar is-preload">
19+
<div id="page-wrapper">
20+
21+
<!-- Header -->
22+
<section id="header">
23+
<div class="container">
24+
<!-- Nav -->
25+
<nav id="nav" style="font-size: 22px;">
26+
<ul>
27+
<li><a href="index.html"><span>Home</span></a></li>
28+
<li class="has-dropdown">
29+
<a href="calls.html"><span>Calls</span></a>
30+
<ul class="dropotron">
31+
<li style="white-space: nowrap;"><a href="cfp_tlt.html" style="display: block;">TLT</a></li>
32+
<li style="white-space: nowrap;"><a href="cfp_depling.html" style="display: block;">DepLing</a></li>
33+
<li style="white-space: nowrap;"><a href="cfp_udw.html" style="display: block;">UDW</a></li>
34+
<li style="white-space: nowrap;"><a href="cfp_iwpt.html" style="display: block;">IWPT</a></li>
35+
<li style="white-space: nowrap;"><a href="cfp_quasy.html" style="display: block;">QUASY</a></li>
36+
</ul>
37+
</li>
38+
<li><a href="committees.html"><span>Committees</span></a></li>
39+
<li class="has-dropdown">
40+
<a href="programme.html"><span>Programme</span></a>
41+
<ul class="dropotron">
42+
<li style="white-space: nowrap;"><a href="programme.html" style="display: block;">Schedule</a></li>
43+
<li style="white-space: nowrap;"><a href="keynotes.html" style="display: block;">Keynote Speakers</a></li>
44+
<li style="white-space: nowrap;"><a href="author_instructions.html" style="display: block;">Author Instructions</a></li>
45+
<li style="white-space: nowrap;"><a href="social_events.html" style="display: block;">Social Events</a></li>
46+
<li style="white-space: nowrap;"><a href="photo_highlights.html" style="display: block;">Photo Highlights</a></li>
47+
</ul>
48+
</li>
49+
<li><a href="registration.html"><span>Registration</span></a></li>
50+
<li class="has-dropdown">
51+
<a href="venue.html"><span>Location</span></a>
52+
<ul class="dropotron">
53+
<li style="white-space: nowrap;"><a href="venue.html" style="display: block;">Venue</a></li>
54+
<li style="white-space: nowrap;"><a href="lunch.html" style="display: block;">Lunch</a></li>
55+
<li style="white-space: nowrap;"><a href="travel.html" style="display: block;">Travel</a></li>
56+
<li style="white-space: nowrap;"><a href="accommodation.html" style="display: block;">Accommodation</a></li>
57+
<li style="white-space: nowrap;"><a href="Slovenia.html" style="display: block;">Slovenia</a></li>
58+
<li style="white-space: nowrap;"><a href="recommendations.html" style="display: block;">Recommendations</a></li>
59+
<li style="white-space: nowrap;"><a href="visa.html" style="display: block;">Visa</a></li>
60+
</ul>
61+
</li>
62+
<li><a href="https://syntaxfest.github.io/" target="_blank"><span>Past events</span></a></li>
63+
</ul>
64+
</nav>
65+
</div>
66+
</section>
67+
68+
<!-- Main -->
69+
<section id="main">
70+
<div class="container">
71+
<div id="content">
72+
73+
<!-- Post -->
74+
<article class="box post">
75+
<header>
76+
<h2>Photo Highlights</h2>
77+
</header>
78+
79+
80+
</article>
81+
82+
</div>
83+
</div>
84+
</section>
85+
86+
<!-- Footer -->
87+
<section id="footer">
88+
<div id="copyright" class="container">
89+
<ul class="links">
90+
<li><a href="https://x.com/syntaxfest2025" target="_blank"><i class="fab fa-twitter-square"></i> SyntaxFest2025</a></li>
91+
<li>Contact: syntaxfest2025@ff.uni-lj.si</li>
92+
<li>Design based on Strongly Typed from <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
93+
</ul>
94+
</div>
95+
</section>
96+
97+
</div>
98+
99+
<!-- Scripts -->
100+
<script src="assets/js/jquery.min.js"></script>
101+
<script src="assets/js/jquery.dropotron.min.js"></script>
102+
<script src="assets/js/browser.min.js"></script>
103+
<script src="assets/js/breakpoints.min.js"></script>
104+
<script src="assets/js/util.js"></script>
105+
<script src="assets/js/main.js"></script>
106+
107+
</body>
108+
</html>

0 commit comments

Comments
 (0)