-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed there to be a main page and an asset page, links will not wor…
…k locally due to not including .html in the links
- Loading branch information
Showing
2 changed files
with
66 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,22 @@ | |
<html> | ||
|
||
<head> | ||
<meta http-equiv="refresh" content="5; URL='unity'" /> | ||
<meta charset='utf-8'> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<meta name="description" content="Meeees.GitHub.io : Website"> | ||
|
||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> | ||
|
||
<title>Meeees Unity Projects</title> | ||
<title>Meeees Home Page</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- HEADER --> | ||
<div id="header_wrap" class="outer"> | ||
<header class="inner"> | ||
<h1 id="project_title">Unity Projects</h1> | ||
<h1 id="project_title">Home Page</h1> | ||
<h2 id="project_tagline">Meeees</h2> | ||
|
||
</header> | ||
|
@@ -26,26 +27,9 @@ <h2 id="project_tagline">Meeees</h2> | |
<div id="main_content_wrap" class="outer"> | ||
<section id="main_content" class="inner"> | ||
<h3> | ||
<a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to My Projects</h3> | ||
|
||
<p>Hello, I'm Meeees. I'm a programmer and occasional 3D modeller who decided to share some of the assets I have created for the <a href="http://unity3d.com/">Unity3D</a> engine. Eventually I may also add pages with information about games I am personally working on in Unity, but for now this page will just be a list of assets I have placed on the store.</p> | ||
|
||
<h3> | ||
<a id="brick-house" class="anchor" href="#brick-house" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Brick House</h3> | ||
|
||
<p>The first (and currently only) asset I have made is a brick house I modelled based on a floor plan. Here is a picture of the interior and exterior, and its asset store page (not yet uploaded): <a href="">Brick House</a>. | ||
<img src="images/BrickHouse/Exterior.jpg"> | ||
</br></br> | ||
<img src="images/BrickHouse/Interior.jpg"> | ||
</p> | ||
<p> | ||
<footer style="font-size: 13px; color:#5f5f5f">One or more textures on this 3D-model have been created with images from Textures.com. These images may not be redistributed by default. Please visit <a href="http://www.textures.com">www.textures.com</a> for more information.</footer></p> | ||
|
||
|
||
<h3> | ||
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact Me</h3> | ||
To contact me, send me an email at <a href="mailto:[email protected]">[email protected]</a> for general purposes, or <a href="mailto:[email protected]">[email protected]</a> for questions about my Unity3D assets.</p> | ||
<a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Hello There!</h3> | ||
|
||
<p>I Haven't put anything here yet, redirecting you to the <a href="unity">Unity Asset page</a> in 5 seconds.</p> | ||
</div> | ||
|
||
<!-- FOOTER --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<meta name="description" content="Meeees.GitHub.io : Website"> | ||
|
||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> | ||
|
||
<title>Meeees Unity Projects</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- HEADER --> | ||
<div id="header_wrap" class="outer"> | ||
<header class="inner"> | ||
<h1 id="project_title">Unity Projects</h1> | ||
<h2 id="project_tagline">Meeees</h2> | ||
|
||
</header> | ||
</div> | ||
|
||
<!-- MAIN CONTENT --> | ||
<div id="main_content_wrap" class="outer"> | ||
<section id="main_content" class="inner"> | ||
<h3> | ||
<a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to My Projects</h3> | ||
|
||
<p>Hello, I'm Meeees. I'm a programmer and occasional 3D modeller who decided to share some of the assets I have created for the <a href="http://unity3d.com/">Unity3D</a> engine. Eventually I may also add pages with information about games I am personally working on in Unity, but for now this page will just be a list of assets I have placed on the store.</p> | ||
|
||
<h3> | ||
<a id="brick-house" class="anchor" href="#brick-house" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Brick House</h3> | ||
|
||
<p>The first (and currently only) asset I have made is a brick house I modelled based on a floor plan. Here is a picture of the interior and exterior, and its asset store page (not yet uploaded): <a href="">Brick House</a>. | ||
<img src="images/BrickHouse/Exterior.jpg"> | ||
</br></br> | ||
<img src="images/BrickHouse/Interior.jpg"> | ||
</p> | ||
<p> | ||
<footer style="font-size: 13px; color:#5f5f5f">One or more textures on this 3D-model have been created with images from Textures.com. These images may not be redistributed by default. Please visit <a href="http://www.textures.com">www.textures.com</a> for more information.</footer></p> | ||
|
||
|
||
<h3> | ||
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact Me</h3> | ||
To contact me, send me an email at <a href="mailto:[email protected]">[email protected]</a> for general purposes, or <a href="mailto:[email protected]">[email protected]</a> for questions about my Unity3D assets.</p> | ||
|
||
</div> | ||
|
||
<!-- FOOTER --> | ||
<div id="footer_wrap" class="outer"> | ||
<footer class="inner"> | ||
<p>Published with <a class="git-cred" href="https://pages.github.com">GitHub Pages</a></p> | ||
</footer> | ||
</div> | ||
|
||
|
||
|
||
</body> | ||
</html> |