Skip to content
Snippets Groups Projects
Commit 7d57ae08 authored by Arianne Bayliss's avatar Arianne Bayliss
Browse files

Replace landingpage.html

parent 44e72474
No related branches found
No related tags found
1 merge request!29Resolve "As a user I want to find out what Tramshed is so that I can access their working spaces"
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<header>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark"> <nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<div class="container-fluid"> <div class="container-fluid">
<ul class="navbar-nav"> <ul class="navbar-nav">
...@@ -13,17 +17,7 @@ ...@@ -13,17 +17,7 @@
</ul> </ul>
</div> </div>
</nav> </nav>
<title>Tramshed Tech</title> </header>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" ></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="landingstyle.css">
</head>
<header class="masthead bg-dark text-white text-left"> <header class="masthead bg-dark text-white text-left">
<div class="container-fluid"> <div class="container-fluid">
<img id="logo" src="logo.png"/> <img id="logo" src="logo.png"/>
...@@ -31,6 +25,14 @@ ...@@ -31,6 +25,14 @@
</div> </div>
</header> </header>
<body> <body>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" ></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="landingstyle.css">
<title>Tramshed Tech</title>
<img id="tramshed" src="tramshed.jpg"> <img id="tramshed" src="tramshed.jpg">
<div class="bg-dark p-3"> <div class="bg-dark p-3">
<div id="buttons" class="flex-container"> <div id="buttons" class="flex-container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment