diff options
| author | Julia McCauley <skurvyj@gmail.com> | 2021-04-17 21:13:32 -0400 |
|---|---|---|
| committer | Julia McCauley <skurvyj@gmail.com> | 2021-04-17 21:13:32 -0400 |
| commit | 36ff09cac4a5210dd66a02f291bc3c2e12738100 (patch) | |
| tree | 649fdc7d2bd584285abb51acf8fab561b89fe76c /landing.html | |
| parent | 6d6e00d739c532a5cddb5344b261a9681bc9da0b (diff) | |
| parent | 860ba5b0e34ecdd27d2ec081191ab5bf9b32524b (diff) | |
pulling latest changes Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
Diffstat (limited to 'landing.html')
| -rw-r--r-- | landing.html | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/landing.html b/landing.html index c87d582..47ca60e 100644 --- a/landing.html +++ b/landing.html @@ -8,19 +8,23 @@ <body> <div class="nav-bar"> <div class="topnav"> - <a href="#about">About</a> - <a href="#contact">Contact</a> - <a href="#news">News</a> - <a class="active" href="#home">Home</a> + <a href="#team">Team</a> + <a href="#app-intro">About</a> + <a href="#intro">Home</a> </div> </div> + <main> - <section class="intro">Hello welcome to watchdog - <button>ENTER WATCHDOGS</button> + <section id="intro" class="intro"> + <img src="react-frontend/src/components/images/mainlogo.png" alt="logo"> + <button id="enter-watchdogs">ENTER</button> </section> - <section class="app-preview">pic preview</section> + <section id="1" class="app-preview"> + <img id="preview" src="react-frontend/src/images/previewwatchdog.png"> + <span id="preview-text">preview</span> + </section> <section id="app-intro"> <h1 class="heading"> Our App </h1> |
