Skip to content

Commit

Permalink
edited main page images to move inward slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
meagan-crowther committed Feb 16, 2024
1 parent 1c0ecb4 commit 4e5dbe6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<head; link rel="icon" href="./Images/favicon.png"/>
<title>SHINE</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="./Images/favicon.png"/>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>

Expand All @@ -19,7 +18,7 @@
display: block;
color: black;
text-align: center;
padding: 14px 16px;
padding: 23px 40px;
text-decoration: none;
font-size: 17px;
}
Expand Down Expand Up @@ -116,7 +115,8 @@
<body>

<div class="topnav" id="myTopnav">
<img src="./Images/logo-basic-transp.png"/ width="18%">

<img style="float: left; padding: 30px 30px 0px 30px;"src="./Images/logo-basic-transp.png" width="250" height="160"/>
<a href="news.html">News</a>
<a href="#shine-team">SHINE Team</a>
<a href="#for-participants">For Participants</a>
Expand Down
10 changes: 3 additions & 7 deletions news.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->

<html>
<head>
<title>SHINE</title>
Expand Down Expand Up @@ -101,8 +97,8 @@
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
right: 14px;
top: 14px;
}
.topnav.responsive a {
float: none;
Expand Down

0 comments on commit 4e5dbe6

Please sign in to comment.