Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectClient_Y1S1_tramshedTech_team15
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arianne Bayliss
ProjectClient_Y1S1_tramshedTech_team15
Commits
0f7b89dd
"src/main/resources/schema-test.sql" did not exist on "739f4c54ddbef6330016c38bff9416dad8303a63"
Commit
0f7b89dd
authored
2 years ago
by
Arianne Bayliss
Browse files
Options
Downloads
Patches
Plain Diff
Replace landingpage.html
parent
7a8b4ff3
No related branches found
No related tags found
2 merge requests
!29
Resolve "As a user I want to find out what Tramshed is so that I can access their working spaces"
,
!27
Resolve "As a user I want to find out what Tramshed is so that I can access their working spaces"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/landingpage.html
+49
-6
49 additions, 6 deletions
static/landingpage.html
with
49 additions
and
6 deletions
static/landingpage.html
+
49
−
6
View file @
0f7b89dd
<html>
<head><link
rel=
"stylesheet"
href=
"landingstyle.css"
></head>
<header>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<nav
class=
"navbar navbar-expand-sm bg-dark navbar-dark"
>
<div
class=
"container-fluid"
>
<ul
class=
"navbar-nav"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"locations.html"
>
Coworking locations
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"Manage_Coworking_Spaces.html"
>
Manage locations
</a>
</li>
</ul>
</div>
</nav>
<title>
Tramshed Tech
</title>
<img
src=
"logo.jpg"
/><br><br><br><br>
<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"
>
<div
class=
"container-fluid"
>
<img
id=
"logo"
src=
"logo.png"
/>
<h1
id=
"header"
>
Tramshed Tech
</h1>
</div>
</header>
<body>
<img
src=
"title.png"
/>
<button
id=
"ViewLocations"
type=
"ViewLocations"
href=
"locations.html"
>
View Locations
</button>
<img
id=
"tramshed"
src=
"tramshed.jpg"
>
<div
class=
"bg-dark p-3"
>
<div
id=
"buttons"
class=
"flex-container"
>
<button
onclick=
"window.location.href='locations.html';"
type=
"button"
class=
"btn btn-light"
>
<span
class=
"spinner-grow spinner-grow-sm"
></span>
View Locations
</button>
<br>
<div
class=
"dropdown"
>
<button
class=
"btn btn-light dropdown-toggle"
type=
"button"
id=
"dropdownMenubutton"
data-bs-toggle=
"dropdown"
>
Socials
</button>
<ul
class=
"dropdown-menu"
id=
"dropdownmenu"
aria-labelledby=
"dropdownMenubutton"
>
<li><button
class=
"dropdown-item"
type=
"button"
onclick=
"window.location.href='https://www.linkedin.com/company/tramshed-tech';"
target=
"_blank"
rel=
"noopener"
class=
"footer-social-media-icon"
>
<img
class=
"no-border-radius"
src=
"https://cdn.tramshedtech.co.uk/static/img/home/Linkedin%20Logo.svg"
alt=
"LinkedIn"
>
LinkedIn
</button></li>
<li><button
class=
"dropdown-item"
type=
"button"
onclick=
"window.location.href='https://www.facebook.com/tramshedtech';"
target=
"_blank"
rel=
"noopener"
class=
"footer-social-media-icon"
>
<img
class=
"no-border-radius"
src=
"https://cdn.tramshedtech.co.uk/static/img/home/Facebook%20Logo.svg"
alt=
"Facebook"
>
Facebook
</button></li>
<li><button
class=
"dropdown-item"
type=
"button"
onclick=
"window.location.href='https://twitter.com/TramshedTech';"
target=
"_blank"
rel=
"noopener"
class=
"footer-social-media-icon"
>
<img
class=
"no-border-radius"
src=
"https://cdn.tramshedtech.co.uk/static/img/home/Twitter%20Logo.svg"
alt=
"Twitter"
>
Twitter
</button></li>
<li><button
class=
"dropdown-item"
type=
"button"
onclick=
"window.location.href='https://www.instagram.com/tramshedtech/?hl=en';"
target=
"_blank"
rel=
"noopener"
class=
"footer-social-media-icon"
>
<img
class=
"no-border-radius"
src=
"https://cdn.tramshedtech.co.uk/static/img/home/Instagram%20Logo.svg"
alt=
"Instagram"
>
Instagram
</button></li>
</ul>
</div>
</div>
</div>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment