Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file added .vscode/.ignore
Empty file.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"prettier.useTabs": true,
"editor.formatOnSave": true
}
17 changes: 0 additions & 17 deletions countries/readme.md

This file was deleted.

17 changes: 0 additions & 17 deletions dogs/readme.md

This file was deleted.

16 changes: 0 additions & 16 deletions faq/readme.md

This file was deleted.

Binary file removed fashion-website/mockups/homepage.pdf
Binary file not shown.
Binary file removed fashion-website/mockups/products.png
Binary file not shown.
Binary file removed fashion-website/mockups/style-guide.png
Binary file not shown.
23 changes: 0 additions & 23 deletions fashion-website/readme.md

This file was deleted.

Binary file removed fashion-website/resources/footer-bg.png
Binary file not shown.
Binary file removed fashion-website/resources/header-bg.png
Binary file not shown.
Binary file removed fashion-website/resources/oceanj-logo-vertical.png
Binary file not shown.
Binary file removed fashion-website/resources/oceanj-logo.png
Binary file not shown.
39 changes: 0 additions & 39 deletions fashion-website/resources/product-list.txt

This file was deleted.

Binary file removed fashion-website/screenshot.png
Binary file not shown.
183 changes: 183 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Museum of The Royal Regiment of Scotland</title>
<link rel="stylesheet" href="main.css" />
<link href="/fullcalendar/main.css" rel="stylesheet" />
<link
href="https://assets.website-files.com/img/webclip.png"
rel="apple-touch-icon"
/>
<script src="/fullcalendar/main.js"></script>
<script
src="https://kit.fontawesome.com/128d9c4967.js"
crossorigin="anonymous"
></script>
</head>

<body>
<header class="header">
<div class="logo">
<img
src="museum-website/resources/museum-logo.png"
alt="logo"
class="logo-img"
/>
</div>

<div class="headerSocialMedia">
<div id="socialmidia">
<img
src="node_modules\bootstrap-icons\icons\twitter.svg"
alt=""
height="32"
width="32"
/>
<img
src="node_modules\bootstrap-icons\icons\facebook.svg"
alt="facebook logo"
height="32"
width="32"
/>

<img
src="node_modules\bootstrap-icons\icons\zoom-in.svg"
alt=""
height="32"
width="32"
/>

</div>
<button class="button">Donate to the Museum</button>
</div>
</header>

<nav class="nav-bar">
<ul id="nav-links">
<li><a href="">HOME</a></li>
<li><a href="">ABOUT US</a></li>
<li><a href="">OUR HISTORY</a></li>
<li><a href="">GALLARY & TOUR</a></li>
<li><a href="">NEWS</a></li>
<li><a href="">LINKS</a></li>
<li><a href="">HOW TO DONATE</a></li>
<li><a href="">WELFARE</a></li>
<li><a href="">REGIMENTAL ASSOCIATION</a></li>
<li><a href="">CONTACT US</a></li>
</ul>
</nav>

<div id="welcom-section">
<img
src="https://www.forces.net/sites/default/files/styles/cover_image/public/2%20SCOTS%20Homecoming%20Medals%20Laura.jpg?itok=HITN0VLn"
alt=""
id="big-img"
/>
</div>
<div id="welcome-div">
<p id="welcomPar">
<b>Welcome to Royal Regimen of Scotland Museum</b><br />Lorem ipsum
dolor sit amet consectetur, adipisicing elit. Laboriosam, similique!
</p>
<button class="button">Find Out More</button>
</div>

<div id="main-content">
<div id="calendar"></div>
</div>
<div class="footer">
<div class="topFooter">
<section class="footerSection">
<h class="footerH"> CONTACT THE MUSEUM</h>
<ul class="footerContent">
<li>
<b>ADDRESS:</b> Lorem ipsum dolor sit amet consectetur adipisicing
elit. Vero, vel?
</li>
<li><b>phone:</b> 012345678</li>
<li><b>E-MAIL:</b> MUSEUME@HOTMAIL.COM</li>
<li><b>WEBSITE:</b> www.museum.com</li>
</ul>
</section>
<section class="footerSection">
<h class="footerH"> WHAT WE DO</h>
<p class="footerContent">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Velit
dolore blanditiis nam qui obcaecati sapiente dignissimos enim,
tenetur temporibus quae tempora commodi illum omnis neque nulla illo
harum sint deserunt nihil impedit unde, nemo totam?
</p>
</section>
<section class="footerSection">
<h class="footerH"> FOLLOW US</h>
<div class="footerContent">
<img
src="node_modules\bootstrap-icons\icons\twitter.svg"
alt=""
height="32"
width="32"
/>
<img
src="node_modules\bootstrap-icons\icons\facebook.svg"
alt="facebook logo"
height="32"
width="32"
/>
<img
src="node_modules\bootstrap-icons\icons\youtube.svg"
alt=""
height="32"
width="32"
/>
<img
src="node_modules\bootstrap-icons\icons\zoom-in.svg"
alt=""
height="32"
width="32"
/>

<img
src="node_modules\bootstrap-icons\icons\instagram.svg"
alt=""
height="32"
width="32"
/>
</div>
</section>
<section class="footerSection">
<h class="footerH">MUSEUM NEWSELTTER</h>
<p class="footerContent">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi,
adipisci!
</p>
<input id="footerInput" placeholder="EMAIL" />
<button id="SignUp">SignUp</button>
</section>
</div>
<div class="bootomFotter">
<p id="copyrights">
copyrights 2015 Royal Regimental of Scotland Museum
</p>
<ul id="footermenue">
<li><a href="">HOME</a></li>
<li><a href="">Make Donation</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
</div>

<script src="main.js"></script>
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
</body>
</html>
Binary file removed luxury-vehicles-website/mockups/homepage.pdf
Binary file not shown.
Binary file removed luxury-vehicles-website/mockups/style-guide.png
Binary file not shown.
25 changes: 0 additions & 25 deletions luxury-vehicles-website/readme.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/bg-bridge.jpg
Binary file not shown.
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/bg-kelpies.jpg
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/favicon.png
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/highland-cow.jpg
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/horse-racing.jpg
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/kelpies.jpg
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/logo-gmw.png
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/saxophone-wide.jpg
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/scotland-sun.jpg
Binary file not shown.
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/service-golf.jpg
Binary file not shown.
Binary file not shown.
Binary file removed luxury-vehicles-website/resources/shoreline.jpg
Binary file not shown.
Binary file not shown.
Binary file removed luxury-vehicles-website/screenshot.png
Diff not rendered.
Loading