new welcome page
This commit is contained in:
parent
2a21650b70
commit
317426ddfe
4 changed files with 475 additions and 90 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,5 +1,5 @@
|
|||
# ignore linux directory config
|
||||
.directory
|
||||
|
||||
# ignore JetBrains IDE's config directory
|
||||
.idea/
|
||||
# ignore SSH passfile
|
||||
sshpf
|
||||
|
|
|
|||
2
deploy
2
deploy
|
|
@ -3,6 +3,6 @@ USER=e63197
|
|||
HOST=e63197-ssh.services.easyname.eu
|
||||
DIR=html/thym.at/
|
||||
|
||||
rsync -avz --delete public/ ${USER}@${HOST}:${DIR}
|
||||
/usr/bin/sshpass -p $(cat sshpf) rsync -avz --delete public/ ${USER}@${HOST}:${DIR}
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
95
public/family-thym.html
Normal file
95
public/family-thym.html
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Thym</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Sidebar
|
||||
<section id="sidebar">
|
||||
<div class="inner">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="#matthias">Matthias Thym</a></li>
|
||||
<li><a href="#herbert">Herbert Thym</a></li>
|
||||
<li><a href="#julia">Julia Thym</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</section> -->
|
||||
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper">
|
||||
|
||||
<!-- Main -->
|
||||
<section id="one" class="wrapper style2 spotlights">
|
||||
<section id="matthias">
|
||||
<!-- <a class="image"><img src="images/pic01.jpg" alt="" data-position="top center" /></a> -->
|
||||
<div class="content">
|
||||
<div class="inner">
|
||||
<h2>Matthias Thym</h2>
|
||||
<p>Als Student an der Technischen Universität Graz kann er sich für so ziemlich alles rund um das Thema Technik begeistern.</p>
|
||||
<ul class="actions">
|
||||
<li><a href="http://matthias.thym.at" class="button">Mehr Erfahren</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="herbert">
|
||||
<!-- <a class="image"><img src="images/pic02.jpg" alt="" data-position="center center" /></a> -->
|
||||
<div class="content">
|
||||
<div class="inner">
|
||||
<h2>Herbert Thym</h2>
|
||||
<p>Nach vielen Jahren in Unternehmen der Softwareentwicklung für den Gesundheitsbereich ist er nun selbstständig als <a href="http://herbert.thym.at">Unternehmensberater</a> tätig.</p>
|
||||
<ul class="actions">
|
||||
<li><a href="http://herbert.thym.at" class="button">Mehr Erfahren</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="julia">
|
||||
<!-- <a class="image"><img src="images/pic03.jpg" alt="" data-position="25% 25%" /></a> -->
|
||||
<div class="content">
|
||||
<div class="inner">
|
||||
<h2>Julia Thym</h2>
|
||||
<p>Nach ihrem erfolgreichen Abschluss mit dem Master of Arts in Theater-, Film- und Mediengeschichte an der <a href="http://www.univie.ac.at/">Universität Wien</a> ist sie nun in der Regie des <a href="https://www.rabenhoftheater.com/">Theaters Rabenhof</a> tätig.</br>
|
||||
Ihre Webpage ist momentan nicht erreichbar.</p>
|
||||
<ul class="actions">
|
||||
<!-- <li><a href="#" class="button">Learn more</a></li> -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<!-- Contact -->
|
||||
<section id="three" class="wrapper style1 fade-up">
|
||||
<div class="inner">
|
||||
<h2>So erreicht man uns</h2>
|
||||
<p>Wir bitten um Verständnis, dass sämtliche allgemeinen Anfragen per <a href="mailto:office@thym.at">Email</a> an den Administrator gerichtet werden müssen, der diese anschließend weiterleitet.</p>
|
||||
<ul class="contact">
|
||||
<li>
|
||||
<h3>Email</h3>
|
||||
<a href="mailto:office@thym.at">office@thym.at</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer" class="wrapper style1-alt">
|
||||
<div class="inner">
|
||||
<ul class="menu">
|
||||
<li>This website is written in plain HTML5 and CSS3 and free of trackers, cookies and other stuff which collects your personal information.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue