116 lines
4.2 KiB
PHP
116 lines
4.2 KiB
PHP
<!doctype html>
|
|
<html lang="sv-SE">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Felix Schulze</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
<meta http-equiv="content-language" content="sv-SE">
|
|
<meta name="description" content="I'm Felix Schulze. Welcome to my portfolio.">
|
|
<meta name="keywords" content="Felix, Schulze, portfolio, webdesign, ux, ui, web, design">
|
|
<meta name="author" content="Felix Schulze">
|
|
<meta HTTP-EQUIV="CACHE-CONTROL" CONTENT="public">
|
|
<link rel="canonical" href="https://schulze.studio">
|
|
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:site_name" content="Schulze.Studio">
|
|
<meta property="og:title" content="Schulze Studio">
|
|
<meta property="og:url" content="https://schulze.studio">
|
|
<meta property="og:description" content="I'm Felix Schulze. Welcome to my portfolio.">
|
|
<meta name="title" content="Schulze Studio">
|
|
|
|
<link rel="stylesheet" async href="/css/main.css">
|
|
|
|
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
|
|
<![endif]-->
|
|
<!--
|
|
XXXXXXX
|
|
FAVICON
|
|
XXXXXXX
|
|
-->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
|
|
<link rel="manifest" href="/img/favicon/site.webmanifest">
|
|
<link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
|
|
<link rel="shortcut icon" href="/img/favicon/favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<?php include 'include/navbar.php';?>
|
|
|
|
<header id="header">
|
|
<div id="logo-container">
|
|
<h1>
|
|
<span style="color:#e3201b;">S</span><span style="color:#e2241a;">c</span><span style="color:#e0281a;">h</span><span style="color:#df2c19;">u</span><span style="color:#dd3118;">l</span><span style="color:#dc3518;">z</span><span style="color:#da3917;">e</span>
|
|
</h1>
|
|
<picture id="logo">
|
|
<source srcset="/img/logo/logo@0.05x.webp" type="image/webp">
|
|
<source srcset="/img/logo/logo@0.05x.png" type="image/png">
|
|
<img src="/img/logo/logo@0.05x.png" alt="Logo">
|
|
</picture><br>
|
|
<h1>
|
|
<span style="color:#f79923;">S</span><span style="color:#f9a023;">t</span><span style="color:#faa623;">u</span><span style="color:#fcad24;">d</span><span style="color:#fdb324;">i</span><span style="color:#ffba24;">o</span>
|
|
</h1>
|
|
</div>
|
|
</header>
|
|
|
|
<div id="main">
|
|
|
|
<section>
|
|
<a target="_blank" rel="noreferrer" href="https://solaflex.se/">
|
|
<div class="siteTitle">
|
|
<h2>Solaflex AB</h2>
|
|
<picture id="tanning">
|
|
<source srcset="/img/site/solaflex/tan@1.00x.webp" type="image/webp">
|
|
<source srcset="/img/site/solaflex/tan@1.00x.png" type="image/png">
|
|
<img src="/img/site/solaflex/tan@1.00x.png" alt="Solaflex">
|
|
</picture>
|
|
</div>
|
|
</a>
|
|
</section>
|
|
|
|
<section>
|
|
<a target="_blank" rel="noreferrer" href="https://meritkollen.se/">
|
|
<div class="siteTitle">
|
|
<h2>Meritkollen</h2>
|
|
<picture id="graduation">
|
|
<source srcset="/img/site/meritkollen/graduation@1.00x.webp" type="image/webp">
|
|
<source srcset="/img/site/meritkollen/graduation@1.00x.png" type="image/png">
|
|
<img src="/img/site/meritkollen/graduation@1.00x.png" alt="Meritkollen">
|
|
</picture>
|
|
</div>
|
|
</a>
|
|
</section>
|
|
|
|
<section>
|
|
<a target="_blank" rel="noreferrer" href="https://schulze-uebersetzungen.eu/">
|
|
<div class="siteTitle">
|
|
<h2>Schulze übersetzungen</h2>
|
|
<picture id="letters">
|
|
<source srcset="/img/site/schulze-uebersetzungen/letters@1.00x.webp" type="image/webp">
|
|
<source srcset="/img/site/schulze-uebersetzungen/letters@1.00x.png" type="image/png">
|
|
<img src="/img/site/schulze-uebersetzungen/letters@1.00x.png" alt="schulze-uebersetzungen">
|
|
</picture>
|
|
</div>
|
|
</a>
|
|
</section>
|
|
</div>
|
|
|
|
<footer id="footer">
|
|
</footer>
|
|
|
|
<script defer src="/js/jquery-3.4.1.js"></script>
|
|
<script defer src="/js/main.js"></script>
|
|
</body>
|
|
</html>
|