Skip to content

Commit

Permalink
update project page
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarhdarz committed Jan 3, 2024
1 parent 85376be commit 3ff736a
Show file tree
Hide file tree
Showing 64 changed files with 4,268 additions and 44 deletions.
44 changes: 0 additions & 44 deletions README.md

This file was deleted.

64 changes: 64 additions & 0 deletions assets/css/Highlight-Clean.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
.highlight-clean {
color: #313437;
background-color: #fff;
padding: 50px 0;
}

.highlight-clean p {
color: #7d8285;
}

.highlight-clean h2 {
font-weight: bold;
margin-bottom: 25px;
line-height: 1.5;
padding-top: 0;
margin-top: 0;
color: inherit;
}

.highlight-clean .intro {
font-size: 16px;
max-width: 500px;
margin: 0 auto 25px;
}

.highlight-clean .buttons {
text-align: center;
}

.highlight-clean .buttons .btn {
padding: 16px 32px;
margin: 6px;
border: none;
background: none;
box-shadow: none;
text-shadow: none;
opacity: 0.90;
/*text-transform: uppercase;*/
font-weight: bold;
font-size: 13px;
letter-spacing: 0.4px;
line-height: 1;
outline: none;
background-color: #ddd;
}

.highlight-clean .buttons .btn:hover {
opacity: 1;
}

.highlight-clean .buttons .btn:active {
transform: translateY(1px);
}

.highlight-clean .buttons .btn-primary {
background-color: #055ada;
color: #fff;
}

body {
font-family: 'Source Sans Pro', sans-serif;
padding-bottom: 50px;
}

11 changes: 11 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/font-awesome.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3ff736a

Please sign in to comment.