Skip to content

Commit

Permalink
Fixed logo, added carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
bbadajos committed Jul 6, 2024
1 parent c179d74 commit 057e654
Show file tree
Hide file tree
Showing 10 changed files with 906 additions and 380 deletions.
15 changes: 9 additions & 6 deletions contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
<html lang="en">

<head>
<title>Contribute | 3D Scanning Atlas</title>
<title>Home | 3D Scanning Atlas</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/styles/header.css">
<link rel="stylesheet" href="/styles/body.css">
<link rel="stylesheet" href="/styles/window.css">

<link rel="shortcut icon" href="/resources/globe.png">

</head>


<body>
<header class="navbar">
<span class="opt">
Expand All @@ -30,11 +33,11 @@
</header>
<header class="titlerow">
<a href="index.html">
<figure>
<img src="/resources/UCLogo.png" class="icon" alt="UC Logo" left="25px" >
<figure class="icon" >
<img src="/resources/UCLogo.png" alt="UC Logo">
</figure>
</a>
<h1> 3D Scanning Atlas </h1>
<h1 class="title"> 3D Scanning Atlas </h1>
</header>

<div class="pagetxt">
Expand Down
42 changes: 38 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
</header>
<header class="titlerow">
<a href="index.html">
<figure>
<img src="/resources/UCLogo.png" class="icon" alt="UC Logo" left="25px">
<figure class="icon" >
<img src="/resources/UCLogo.png" alt="UC Logo">
</figure>
</a>
<h1> 3D Scanning Atlas </h1>
<h1 class="title"> 3D Scanning Atlas </h1>
</header>

<div class="pagetxt">
Expand Down Expand Up @@ -252,4 +252,38 @@ <h2 class="descriptionhead">Acknowledgements</h2>
</body>


</html>
</html>


<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/body.css">
<link rel="stylesheet" href="styles/window.css">

<link rel="shortcut icon" href="resources/globe.png">

<style>

</style>

</head>

<body>
<header class="navbar">
<span class="opt">
<a href="index.html">Home</a>
</span>
<span class="opt">
<a href="scans.html">Scans</a>
</span>
<span>
<a href="contribute.html">Contribute</a>
</span>
</header>
<header class="titlerow">
<a href="index.html">
<figure class="icon" >
<img src="resources/UCLogo.png" alt="UC Logo">
</figure>
</a>
<h1 class="title"> 3D Scanning Atlas </h1>
</header>
Loading

0 comments on commit 057e654

Please sign in to comment.