older versions removed
This commit is contained in:
		
							
								
								
									
										16
									
								
								pages/contact/contact.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								pages/contact/contact.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<link rel="stylesheet" href="/css/contact.css">
 | 
			
		||||
<h1>Kontaktujte mě</h1>
 | 
			
		||||
 | 
			
		||||
<form class="form_contact" action="#" method="post" name="contact">
 | 
			
		||||
	<label for="name">Vaše jméno:</label>
 | 
			
		||||
	<input id="name" type="text" placeholder="Petr Novák" required autocomplete="on" />
 | 
			
		||||
 | 
			
		||||
	<label for="email">Váš e-mail:</label>
 | 
			
		||||
	<input id="email" type="email" placeholder="petr@novak.cz" required autocomplete="on" />
 | 
			
		||||
 | 
			
		||||
	<label for="message">Zpráva:</label>
 | 
			
		||||
	<textarea id="message" placeholder="Napište zprávu..." required></textarea>
 | 
			
		||||
 | 
			
		||||
	<button type="submit">Odeslat zprávu</button>
 | 
			
		||||
</form>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								pages/errors/404.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								pages/errors/404.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
<h1>Error 404 - not found</h1>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										34
									
								
								pages/home/home.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								pages/home/home.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,34 @@
 | 
			
		||||
<link rel="stylesheet" href="./css/home.css" >
 | 
			
		||||
<section class="home">
 | 
			
		||||
	<section>
 | 
			
		||||
		<p>Filip Rojek <filip(at)filiprojek.cz></p>
 | 
			
		||||
		<br>
 | 
			
		||||
		<p>Backend node.js & php developer <a href="https://www.fofrweb.com/" target="_blank">@fofrweb</a>,<br> Linux Gentoo user, student and coffee enthusiast<span class="underscore">_</span><p>
 | 
			
		||||
		<br>
 | 
			
		||||
		<p id="pgp" title="copy pgp to clipboard">PGP: fc37b989787acf8cbce7c0c2a56a345efe321161</p>
 | 
			
		||||
		<br>
 | 
			
		||||
		<p><a href="https://git.filiprojek.cz/fr" target="_blank">Git</a> <a href="https://t.me/filiprojek" target="_blank">Telegram</a> <a href="#" id="pgpmobile" title="copy pgp to clipboard">PGP</a></p>
 | 
			
		||||
	</section>
 | 
			
		||||
 | 
			
		||||
	<script>
 | 
			
		||||
		const _ = document.querySelector(".underscore")
 | 
			
		||||
		let b = false
 | 
			
		||||
		setInterval(() => {
 | 
			
		||||
			b ? _.style.visibility = "visible" : _.style.visibility = "hidden"
 | 
			
		||||
			b = !b
 | 
			
		||||
		}, 500)
 | 
			
		||||
 | 
			
		||||
		const pgp = document.querySelector("#pgp")
 | 
			
		||||
		const pgpmobile = document.querySelector("#pgpmobile")
 | 
			
		||||
		const pgpcp = (e) => {
 | 
			
		||||
			console.log(e)
 | 
			
		||||
			e.preventDefault()
 | 
			
		||||
			navigator.clipboard.writeText("fc37b989787acf8cbce7c0c2a56a345efe321161")
 | 
			
		||||
			alert("pgp has been copied to the clipboard")
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		pgp.addEventListener("click", e => pgpcp)
 | 
			
		||||
		pgpmobile.addEventListener("click", e => pgpcp)
 | 
			
		||||
	</script>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										107
									
								
								pages/projects/projects.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										107
									
								
								pages/projects/projects.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,107 @@
 | 
			
		||||
<link rel="stylesheet" href="/css/projects.css">
 | 
			
		||||
<h1>Projekty</h1>
 | 
			
		||||
 | 
			
		||||
<section class="projects">
 | 
			
		||||
	<div class="card">
 | 
			
		||||
		<div class="card_left card_text">
 | 
			
		||||
			<p>pkmples.cz</p>
 | 
			
		||||
			<p>Komerční webová stránka pro PKM PARTY PLES.</p>
 | 
			
		||||
			<div class="technologies">
 | 
			
		||||
				<span>PHP</span>
 | 
			
		||||
				<span>Linux</span>
 | 
			
		||||
				<span>Nginx</span>
 | 
			
		||||
			</div>
 | 
			
		||||
			<p>01/2023</p>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="card_right">
 | 
			
		||||
			<img src="https://www.fofrweb.com/images/pkm_two.png" alt="project screenshot">
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<div class="card">
 | 
			
		||||
		<div class="card_left">
 | 
			
		||||
			<img src="https://www.fofrweb.com/images/rapidd.png" alt="project screenshot">
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="card_right card_text">
 | 
			
		||||
			<p>rapiddglass.cz</p>
 | 
			
		||||
			<p>Komerční webová stránka pro přípravek na ochranu a čištění krbového skla Rapidd Glass.</p>
 | 
			
		||||
			<p>10/2022</p>
 | 
			
		||||
			<div class="technologies">
 | 
			
		||||
				<span>PHP</span>
 | 
			
		||||
				<span>Linux</span>
 | 
			
		||||
				<span>Nginx</span>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<div class="card">
 | 
			
		||||
		<div class="card_left card_text">
 | 
			
		||||
			<p>danielryslavy.cz</p>
 | 
			
		||||
			<p>Komerční webová stránka osobního trenéra Daniela Ryšlavého.</p>
 | 
			
		||||
			<p>06/2022</p>
 | 
			
		||||
			<div class="technologies">
 | 
			
		||||
				<span>PHP</span>
 | 
			
		||||
				<span>Linux</span>
 | 
			
		||||
				<span>Nginx</span>
 | 
			
		||||
			</div>
 | 
			
		||||
	</div>
 | 
			
		||||
		<div class="card_right">
 | 
			
		||||
			<img src="https://www.fofrweb.com/images/fitness.png" alt="project screenshot">
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<div class="card">
 | 
			
		||||
		<div class="card_left">
 | 
			
		||||
			<img src="#" alt="project screenshot">
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="card_right card_text">
 | 
			
		||||
			<p>Fofrmess</p>
 | 
			
		||||
			<p>Chatovací realtime PWA aplikace.</p>
 | 
			
		||||
			<p>02/2022</p>
 | 
			
		||||
			<div class="technologies">
 | 
			
		||||
				<span>Node.js</span>
 | 
			
		||||
				<span>Express.js</span>
 | 
			
		||||
				<span>PostgreSQL</span>
 | 
			
		||||
				<span>Linux</span>
 | 
			
		||||
				<span>Nginx</span>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<div class="card">
 | 
			
		||||
		<div class="card_left card_text">
 | 
			
		||||
			<p>Fofrtasks</p>
 | 
			
		||||
			<p>Aplikace pro vytváření a správu poznámek a úkolů.</p>
 | 
			
		||||
			<p>10/2021</p>
 | 
			
		||||
			<div class="technologies">
 | 
			
		||||
				<span>Node.js</span>
 | 
			
		||||
				<span>Express.js</span>
 | 
			
		||||
				<span>MongoDB</span>
 | 
			
		||||
				<span>Linux</span>
 | 
			
		||||
				<span>Nginx</span>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="card_right">
 | 
			
		||||
			<img src="#" alt="project screenshot">
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<div class="card">
 | 
			
		||||
		<div class="card_left">
 | 
			
		||||
			<img src="#" alt="project screenshot">
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="card_right card_text">
 | 
			
		||||
			<p>Fofrbazar</p>
 | 
			
		||||
			<p>Internetová bazarová platforma.</p>
 | 
			
		||||
			<p>04/2021</p>
 | 
			
		||||
			<div class="technologies">
 | 
			
		||||
				<span>PHP</span>
 | 
			
		||||
				<span>Laravel</span>
 | 
			
		||||
				<span>MySQL</span>
 | 
			
		||||
				<span>Linux</span>
 | 
			
		||||
				<span>Apache</span>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user