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

Landing page update #1

Merged
merged 46 commits into from
Aug 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ad3dea1
chores: created new-landing-page
Mozibix Aug 22, 2023
d1692e5
chores: updated nav_hero section
Mozibix Aug 22, 2023
295cc91
chores: updated homepage js file
Mozibix Aug 22, 2023
7e2b1a7
style: updated color styles
Mozibix Aug 22, 2023
3794af6
style: updated variables
Mozibix Aug 22, 2023
45ede8b
style: updated gen-styles
Mozibix Aug 22, 2023
e2f4742
chores: updated navbar_section
Mozibix Aug 25, 2023
26fa3f4
style: updated color variables
Mozibix Aug 25, 2023
a914b08
styles: updated general styles
Mozibix Aug 25, 2023
5a34dd9
styles: updated general styles
Mozibix Aug 25, 2023
2b7214e
chores: updated hero_section
Mozibix Aug 25, 2023
9f2bcdc
style: updated color variables
Mozibix Aug 25, 2023
b3917ad
style: updated variables
Mozibix Aug 25, 2023
efe0b59
style: updated hero_Section styles
Mozibix Aug 25, 2023
abd5319
style: updated variables
Mozibix Aug 25, 2023
ab5b524
style: updated hero_Section styles
Mozibix Aug 25, 2023
f2f343c
chores: updated card-section
Mozibix Aug 25, 2023
0fb6151
chores: updated card_projects section and comment out console.log fun…
Mozibix Aug 25, 2023
5fb416d
style: updated color variables
Mozibix Aug 25, 2023
c91f5be
style: updated variables
Mozibix Aug 25, 2023
da3c4c4
style: updated card_Section styles
Mozibix Aug 25, 2023
5fa1e85
chores: updated footer_section
Mozibix Aug 26, 2023
07fb4ae
style: updated variables
Mozibix Aug 26, 2023
3829bf9
style: updated fotter_section styles
Mozibix Aug 26, 2023
651a5e2
fix/bug: cards/projects section inner
Mozibix Aug 26, 2023
d8746f4
chores: updated footer_section and preloader_section
Mozibix Aug 26, 2023
d48332e
chores: updated preloader function
Mozibix Aug 26, 2023
fcc723c
style: updated variables
Mozibix Aug 26, 2023
856f1a8
style: updated fotter_section styles
Mozibix Aug 26, 2023
04ef65c
chores: updated preloader function
Mozibix Aug 26, 2023
04a49d7
style: updated variables
Mozibix Aug 26, 2023
47b15de
chores: updated footer_section
Mozibix Aug 26, 2023
372aa98
chores: updated backtotop functions
Mozibix Aug 26, 2023
69a0553
style: updated variables
Mozibix Aug 26, 2023
168e969
style: updated backtotop section
Mozibix Aug 26, 2023
9db4300
chores: updated nav_links
Mozibix Aug 26, 2023
ae3ceda
chores: updated nav functionalities
Mozibix Aug 26, 2023
324d4cc
style: updated variables
Mozibix Aug 26, 2023
ac9160b
style: updated nav_section
Mozibix Aug 26, 2023
9dc6fb3
chores: updated head script links
Mozibix Aug 26, 2023
ae96475
chores: updated preloader functionalities
Mozibix Aug 26, 2023
3118575
styles: updated preloader_variables
Mozibix Aug 26, 2023
03e16b5
chores: finishing touches
Mozibix Aug 27, 2023
92eaf0b
chores: finishing touches
Mozibix Aug 27, 2023
c236c1e
styles: finishing touches
Mozibix Aug 27, 2023
5f566cc
styles: finishing touches
Mozibix Aug 27, 2023
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
Prev Previous commit
Next Next commit
chores: updated nav_hero section
Mozibix committed Aug 22, 2023
commit d1692e543c70d4ea846cbcf6f8b92f87c901b282
74 changes: 31 additions & 43 deletions index2.html
Original file line number Diff line number Diff line change
@@ -3,60 +3,44 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>

<link rel="stylesheet" href="./styles/landing_page.css" />
<script src="./index2.js" defer></script>
<title>NEW LANDING PAGE</title>
</head>
<body>
<!-- NAV-HERO SECTION -->

<div class="nav_hero_sec">
<div class="nav_hero_inner">
<!-- NAVBAR SECTION
<nav class="nav">
<div class="nav_inner">
<div class="nav_left">
<p>ZeroOctave</p>
</div>

<div class="nav_right">
<ul>
<li>
<span>logo</span>
projects
</li>
</ul>
</div>
</div>
</nav> -->

<!-- ----------------------------HEADER/NAV SECTION---------------------------- -->
<header id="nav_sec">
<div class="navbar">
<div class="navbar_inner">
<div class="navbar_inner container_main">
<div class="navbar_left">
<div class="navbar_logo_sec">
<p>ZeroOctave</p>
</div>
</div>
<div class="navbar_right">
<div class="menu_items">
<ul class="menu_lists">
<a href="#!">
<li class="active">Home</li>
</a>
<a href="#">
<li>find work</li>
<li class="active">projects</li>
</a>
<a href="#">
<li>for employers</li>
<li>github</li>
</a>
</ul>
</div>
</div>
<div class="navbar_right">
<div class="action_btn">
<button class="nav_btn">login</button>
<button class="nav_btn">register</button>
<button class="nav_btn">post project</button>
</div>
</div>

<div class="toogle_btn">
<i class="fa fa-bars"></i>
@@ -69,25 +53,29 @@
<div class="dropdown_menu">
<div class="dropdown_menu_inner">
<ul class="menu_lists">
<a href="#nav_sec">
<li class="active">Home</li>
</a>
<a href="#">
<li>find work</li>
<a href="#!">
<li class="active">projects</li>
</a>
<a href="#">
<li>for employers</li>
<li>github</li>
</a>
</ul>

<div class="action_btn mobile">
<button class="nav_btn">login</button>
<button class="nav_btn">register</button>
<button class="nav_btn">post project</button>
</div>
</div>
</div>
</header>

<!-- ----------------------------HERO SECTION---------------------------- -->
<section class="hero_sec">
<div class="hero_inner">
<h2>ZeroOctave JavaScript Projects</h2>
<p>
ZeroOctave Javascript Projects provide some awesome web
development projects to work upon and enhance your skills. The
motive of this project is to help new learners like you to get
familiar with web development skills.
</p>
</div>
</section>
</div>
</div>
</body>