Skip to content

Commit

Permalink
added hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-geek21 committed Dec 23, 2021
1 parent e137e86 commit af7da53
Show file tree
Hide file tree
Showing 10 changed files with 92 additions and 3 deletions.
1 change: 1 addition & 0 deletions public/css/aos.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions public/css/bootstrap.min.css

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions public/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

/* bg overlay */

.bg-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.85;
}


/* Hero */

.hero {
background-image: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/dce3647b-6179-463c-b4c8-bd642f5bb216/da4f4gg-be1f2697-69ac-4569-9c34-ac77393df366.png/v1/fill/w_1192,h_670,q_70,strp/wallpapers___cyan_abstract_polygons__black_bg__by_kaminohunter_da4f4gg-pre.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9MTA4MCIsInBhdGgiOiJcL2ZcL2RjZTM2NDdiLTYxNzktNDYzYy1iNGM4LWJkNjQyZjViYjIxNlwvZGE0ZjRnZy1iZTFmMjY5Ny02OWFjLTQ1NjktOWMzNC1hYzc3MzkzZGYzNjYucG5nIiwid2lkdGgiOiI8PTE5MjAifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uub3BlcmF0aW9ucyJdfQ.rTjpLhbJtVlXj8_hdIt0A4994rQ-A0G8G_0YCZt_1-E');
background-size: cover;
background-position: top;
background-repeat: no-repeat;
vertical-align: middle;
min-height: 100vh;
position: relative;
}


Binary file added public/img/pda-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/js/aos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions public/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/js/jquery.min.js

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions public/js/smoothscroll.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions views/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PDA MIT</title>
<!-- Pre-build CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/styles.css">
<!-- fontawesome icon script -->
<script src="https://kit.fontawesome.com/cb38b9c56f.js" crossorigin="anonymous"></script>
</head>
<body>
Loading

0 comments on commit af7da53

Please sign in to comment.