Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Updates on the header and dims
  • Loading branch information
NkululekoMemela authored Apr 26, 2024
1 parent 9c04ec9 commit d4b0e6c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
35 changes: 28 additions & 7 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}
.home-container1 {
width: 100%;
height: 100;
height: auto;
display: flex;
align-items: center;
background-size: cover;
Expand All @@ -171,7 +171,7 @@
.home-container2 {
flex: 0 0 auto;
width: 100%;
height: 100%;
height: auto;
display: flex;
align-items: center;
flex-direction: column;
Expand Down Expand Up @@ -205,7 +205,7 @@
background-color: var(--dl-color-gray-700);
}
.home-about-us {
width: 1696px;
width: 100%;
height: 100%;
display: flex;
max-width: var(--dl-size-size-maxcontent);
Expand Down Expand Up @@ -743,7 +743,7 @@
}
.home-image6 {
width: 50%;
height: 515px;
height: auto;
object-fit: cover;
text-decoration: none;
}
Expand Down Expand Up @@ -1108,8 +1108,8 @@
width: 94px;
}
.home-egagasini-logo {
width: 59px;
height: 52px;
width: 50px;
height: 50px;
}
.home-navbar2 {
width: 50%;
Expand Down Expand Up @@ -1143,7 +1143,22 @@
}
.home-image {
width: 100%;
height: 256px;
height: 100%;
}
.home-card-content {
margin-top: var(--dl-space-space-doubleunit);
margin-bottom: var(--dl-space-space-doubleunit);
}
.home-card-content1 {
margin-top: var(--dl-space-space-doubleunit);
margin-bottom: var(--dl-space-space-doubleunit);
}
.home-text52 {
color: var(--dl-color-primary-100);
}
.home-card-content2 {
margin-top: var(--dl-space-space-doubleunit);
margin-bottom: var(--dl-space-space-doubleunit);
}
.home-feature-card {
width: 100%;
Expand All @@ -1163,9 +1178,15 @@
.home-testimonial-card {
width: 100%;
}
.home-name-and-position {
width: 100%;
}
.home-testimonial-card1 {
width: 100%;
}
.home-name-and-position1 {
width: 100%;
}
.home-testimonial-card2 {
width: 100%;
}
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
><div class="home-container4 content-header"
><img
alt="image"
src="public/pyramid_diagram4-2000w.jpg"
src="public/pyramid_diagram4-2100h.jpg"
class="home-image" /><h1 class="content-header"
>The Case for Numerical Ocean Modelling</h1
><span
Expand Down Expand Up @@ -208,7 +208,7 @@
><br /><br /></span></div></div></div
><div id="data" class="home-data"
><div class="data-card-section"
><div class="data-card"
><div class="data-card home-card-content"
><h3 class="data-card-heading">THREDDS</h3
><span class="data-card-content"
><span class="home-text45"
Expand All @@ -230,7 +230,7 @@
><span class="Anchor">Access Files</span
><br /></span></a></div></div
><div class="data-card-section"
><div class="data-card"
><div class="data-card home-card-content1"
><h3 class="data-card-heading">Files</h3
><span class="data-card-content"
><span class="home-text52"
Expand All @@ -251,7 +251,7 @@
><span class="Anchor">Access Files</span
><br /></span></a></div></div
><div class="data-card-section"
><div class="data-card"
><div class="data-card home-card-content2"
><h3 class="data-card-heading">Visualisations</h3
><span class="data-card-content"
>Venture into our operational forecast data through our
Expand Down Expand Up @@ -327,7 +327,7 @@
><div class="home-feature-card4"
><img
alt="image"
src="public/laura1-300h.jpeg"
src="public/laura2-300h.jpeg"
class="home-image5"
/><span class="home-heading4 Card-Heading">Dr Laura Brabby</span
><span class="home-text70"
Expand Down
Binary file added public/laura2-300h.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pyramid_diagram4-2100h.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4b0e6c

Please sign in to comment.