Skip to content

Commit

Permalink
htfhftgh
Browse files Browse the repository at this point in the history
  • Loading branch information
panzerweb committed Jun 2, 2024
1 parent 76733d3 commit 73a6066
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
Binary file added Assets/img/businessman2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,15 @@ COMMENTED
}
#dev-team #dev-card{
margin: 1rem 0;
background: var(--secondary-color);
color: var(--primary-color);
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
#dev-team #dev-card1{
margin: 1rem 0;
background: var(--secondary-color);
color: var(--primary-color);
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.img-area {
Expand Down
6 changes: 3 additions & 3 deletions Hero/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@

<section id="hero-section">
<div class="container-lg">
<div class="row justify-content-evenly align-items-center">
<div class="col-lg-6 col-md-12">
<img src="../Assets/img/businessman.png" alt="">
<div class="row justify-content-center align-items-center">
<div class="col-lg-4 col-md-12">
<img src="../Assets/img/businessman2.png" alt="">
</div>
<div class="second-hero-column col-lg-6 col-md-12 text-center">
<h1>LET THEM KNOW</h1>
Expand Down
4 changes: 2 additions & 2 deletions Hero/responsivehero.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
#hero-section img{
display: block;
width: 100%;
width: 70%;
margin: 0 auto;
}
#hero-section h1{
Expand Down Expand Up @@ -142,7 +142,7 @@
@media only screen and (min-width: 768px) and (max-width: 991px) {
#hero-section img{
display: block;
width: 80%;
width: 60%;
margin: 0 auto;
}
#hero-section button{
Expand Down
2 changes: 1 addition & 1 deletion Signing/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</header> -->

<div class="wrapper">
<a class="mb-5" href="#">
<a class="mb-5" href="../index.html">
<i class="bi bi-arrow-left-circle"></i>
</a>

Expand Down
2 changes: 1 addition & 1 deletion Signing/sign.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<input type="checkbox" id="chk" aria-hidden="true">

<div class="signup">
<a class="mb-5" href="#">
<a class="mb-5" href="../index.html">
<i class="bi bi-arrow-left-circle"></i>
</a>
<label for="chk" aria-hidden="true">Sign up</label>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">


</head>
<body>
<!-- todo Navigational Bar -->
<nav class="navbar navbar-expand-lg bg-transparent fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<a class="navbar-brand" href="index.html">
<img src="./Assets/logo/logo (64 x 64 px).png" alt="">
<span>HoneyDias</span>
</a>
Expand Down Expand Up @@ -84,7 +85,7 @@ <h2>Come and Explore a Financial Community</h2>
<div class="col-12">
<button id="getStarted">
<i class="bi bi-github"></i>
Visit Github
<a href="https://www.github.com/panzerweb/HoneyDias" style="color: #fff; text-decoration: none;">Visit Github</a>

</button>
</div>
Expand Down

0 comments on commit 73a6066

Please sign in to comment.