This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
portfoliosketchpine64backup/index.html
2018-01-25 06:43:39 -06:00

117 lines
5.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Portfolio Sketch</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css"></link>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css"></link>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script type="text/javascript" src="main.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<header class="centered">
<div class="title centered">
<h1><b>Werefox Software Portfolio Page</b></h1>
<p>A Personalized Portfolio Site<p>
</div>
</header>
<div class="content">
<div class="test-slider slick-slider slick-dotted draggable outer-slider-div">
<div>
<div class="image-container">
<a href="https://double-darling-duo-deluxe.itch.io/so-bow-y-cute">
<video class="video" autoplay loop muted>
<source src="so-bow-y-cute.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!--- <img src="http://cool-beans-maybe.herokuapp.com/assets/images/420/so-bow-y-cute.png"></img> --->
</a>
</div>
<div class="centered-text">
<h3>So Bow-y Cute</h3>
<p>Chillenium 2016 Entry.</p>
</div>
</div>
<div>
<div class="image-container">
<a href="https://github.com/shadow8t4/ProceduralCity">
<img src="http://cool-beans-maybe.herokuapp.com/assets/images/420/procedural-city.png"></img>
</a>
</div>
<div class="centered-text">
<h3>ProceduralCity</h3>
<p>An In-progress city generator.</p>
<p>A re-implementation in Rust is being developed <a href="https://github.com/Shadow8t4/RE-ProceduralCity">here</a>.</p>
</div>
</div>
<div>
<div class="image-container">
<a href="http://werefoxsoftware.com/project-undercover/">
<video class="video" autoplay loop muted>
<source src="projectundercover-guard.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!--- <img src="http://cool-beans-maybe.herokuapp.com/assets/images/420/projectundercover-guard.png"></img> --->
</a>
</div>
<div class="centered-text">
<h3>Project Undercover - Guard view</h3>
<p>Game Development Semester project.</p>
<p>The game had two main player roles, this is the guard's view.</p>
<p>The github repository can be found <a href ="https://github.com/Shadow8t4/Project-Undercover-Public">here</a>.</p>
</div>
</div>
<div>
<div class="image-container">
<a href="http://werefoxsoftware.com/project-undercover/">
<video class="video" autoplay loop muted>
<source src="projectundercover-spy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!--- <img src="http://cool-beans-maybe.herokuapp.com/assets/images/420/projectundercover-spy.png"></img> --->
</a>
</div>
<div class="centered-text">
<h3>Project Undercover - Spy view</h3>
<p>Game Development Semester project.</p>
<p>The game had two main player roles, this is the spy's view.</p>
<p>The github repository can be found <a href ="https://github.com/Shadow8t4/Project-Undercover-Public">here</a>.</p>
</div>
</div>
<div>
<div class="image-container">
<a href="http://werefoxsoftware.com/assets/other/Public_Speaking_in_VR_Research_Paper.pdf">
<img src="http://cool-beans-maybe.herokuapp.com/assets/images/420/public-speaking-vr.png"></img>
</a>
</div>
<div class="centered-text">
<h3>Public Speaking VR</h3>
<p>A research project for a Human-Computer Interaction course I took.</p>
<p>The github repository for the VR project we used can be found <a href="https://github.com/k4sr4/PublicSpeaking-VR">here</a>.</p>
</div>
</div>
<div>
<div class="image-container">
<a href="http://werefoxsoftware.com/revival-survival/">
<video class ="video" autoplay loop muted>
<source src="revival-survival.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!--- <img src="http://cool-beans-maybe.herokuapp.com/assets/images/420/revival-survival.png"></img> --->
</a>
</div>
<div class="centered-text">
<h3>Revival Survival</h3>
<p>Chillenium 2017 Entry.</p>
<p>The itch.io page link can be found <a href="https://d4-team.itch.io/revival-survival">here</a>.</p>
</div>
</div>
</div>
</div>
</body>
</html>