Skip to content

Commit

Permalink
duburi-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
MBMishu committed Oct 29, 2023
1 parent 21fbac3 commit 2867e7b
Show file tree
Hide file tree
Showing 187 changed files with 43,996 additions and 0 deletions.
340 changes: 340 additions & 0 deletions duburi-frontend/3rdpartylicenses.txt

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions duburi-frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#
<p align="center">
<img src="https://mbmishu.github.io/Duburi-Frontend/asssets/img/logo.png" width="15%">
<h1 align="center">
Duburi
</h1>
<p align="center">First under-water vehicle of Bangladesh.</p>
</p>

<div align="center">


<a href="https://mbmishu.github.io/Duburi-Frontend/">![Duburi](https://img.shields.io/badge/Duburi-Live-9cf?style=for-the-badge)</a>

</div>

## Download & Setup Instructions :

Clone the project. This will download the GitHub respository files onto your local machine.

```Shell
git clone https://github.com/MBMishu/Duburi-Frontend.git
```

## 📸 Screenshots :

<table width="100%">
<tr>
<td width="50%">
&nbsp;
<br>

<img src="https://mbmishu.github.io/Duburi-Frontend/asssets/img/home.png">

</td>
</table>
<br/>

## Contributors :
<!-- add your name here -->
[@MbMishu](https://github.com/MBMishu/)<br/>
[@Siam](https://github.com/siamsaleh)
165 changes: 165 additions & 0 deletions duburi-frontend/assets/css/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
header {
position: absolute;
z-index: 99999;
width: 100%;
height: 100px;
background-color: #f7f7f7;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

header .navbar {
padding: 25px 0;
}

.background-header .navbar {
padding: 17px 0;
}

.background-header {
top: 0;
height: 80px;
position: fixed;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.background-header .navbar-brand h2 {
color: #121212 !important;
}

.background-header .navbar-nav a.nav-link {
color: #1e1e1e !important;
}

.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .show>.nav-link {
color: var(--theme_color) !important;
}

.navbar .navbar-brand {
float: left;
margin-top: -12px;
outline: 0;
}

.navbar .navbar-brand h2 {
color: #1e1e1e;
text-transform: uppercase;
font-size: 24px;
font-weight: 900;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.navbar .navbar-brand h2 em {
font-size: 44px;
font-style: normal;
color: var(--theme_color);
}

#navbarResponsive {
z-index: 999;
}

.navbar-collapse {
text-align: center;
}

.navbar .navbar-nav .nav-item {
margin: 0 15px;
}

.navbar .navbar-nav a.nav-link {
text-transform: capitalize;
font-size: 15px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #1e1e1e;
transition: all 0.3s;
}

.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .show>.nav-link {
color: var(--theme_color);
}

.navbar .navbar-toggler-icon {
background-image: none;
}

.navbar .navbar-toggler {
border-color: #fff;
background-color: var(--theme_color);
height: 46px;
outline: 0;
border-radius: 0;
position: absolute;
right: 30px;
top: 25px;
}

.navbar .navbar-toggler-icon:after {
content: "\f0c9";
color: #fff;
font-size: 18px;
line-height: 30px;
font-family: FontAwesome;
}

@media (max-width: 992px) {
.navbar .navbar-brand {
position: absolute;
left: 30px;
top: 25px;
}
.background-header .navbar-brand,
.background-header .navbar-toggler {
top: 15px;
}
.navbar .navbar-brand {
width: auto;
}
.navbar:after {
display: none;
}
#navbarResponsive {
z-index: 99999;
position: absolute;
top: 80px;
left: 0;
width: 100%;
text-align: center;
background-color: #fff;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .nav-item {
border-bottom: 1px solid #eee;
}
.navbar .navbar-nav .nav-item:last-child {
border-bottom: none;
}
.navbar .navbar-nav a.nav-link {
padding: 15px 0;
color: #1e1e1e !important;
}
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .show>.nav-link {
color: var(--theme_color) !important;
border-bottom: none !important;
padding-bottom: 15px;
}
}
4 changes: 4 additions & 0 deletions duburi-frontend/assets/css/fontawesome.css

Large diffs are not rendered by default.

Loading

0 comments on commit 2867e7b

Please sign in to comment.