Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed links of navbar #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion community.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<body style="background-color: #fcfcfc">
<nav class="navbar">
<div class="container">
<a href="#" class="nav-logo logo__color">caMicroscope</a>
<a href="index.html" class="nav-logo logo__color">caMicroscope</a>
<ul class="nav-menu">
<li class="nav-item">
<a
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="main-conatiner">
<nav class="navbar">
<div class="container">
<a href="#" class="nav-logo logo__color">caMicroscope</a>
<a href="index.html" class="nav-logo logo__color">caMicroscope</a>
<ul class="nav-menu">
<li class="nav-item">
<a href="#features" class="nav-link">Features</a>
Expand Down Expand Up @@ -97,7 +97,7 @@
class="img-fluid banner__image__center"
alt="Responsive image"
/>
<div class="section__header__main" id="features">
<div class="section__header__main">
<p>
A perfect tool,
<span class="logo__color">for your Digital Pathology.</span>
Expand All @@ -119,7 +119,8 @@
optimize the disk space needed to manage these large images.
</p>
</div>
<div style="margin-top: 98px">
<div name="features" id="features">
<div style="margin-top: 98px" name="features" id="features">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-12 col-md-6">
Expand Down