Skip to content

Commit

Permalink
added about card
Browse files Browse the repository at this point in the history
  • Loading branch information
MJ-NJ committed Mar 1, 2023
1 parent ec35310 commit 8382978
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"liveServer.settings.port": 5503
"liveServer.settings.port": 5503,
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ <h1 class="ml6">


<!-- About Page -->
<!-- <section class="screenPad" id="about">
<!-- <section class="screenPad" id="about"> -->

<div class="row about-glimpses justify-content-around">
<div class=" hackocard col-lg-5 cardSize about">
Expand All @@ -578,18 +578,18 @@ <h4>About HackOwasp !</h4>
of technology.
HackOWASP stands at a national level on the global scale and strives to motivate students to go
beyond
the possible. -->
the possible.
<!-- <div class="teamButton">
<button class="teambtn" style="overflow: hidden;">
<a href="./team.html" target="_blank" style="position: relative; padding-left: 35px;">Organising Team</a>
</button>
</div> -->

<!-- </p>
</p>
</div>
</div>

<div class="hackocard col-lg-6 cardSize about">
<!--<div class="hackocard col-lg-6 cardSize about">
<div class="cardHeader">
<div class="circle1"></div>
<div class="circle2"></div>
Expand Down Expand Up @@ -1455,7 +1455,7 @@ <h1>COMING SOON !</h1> -->
</section> -->

<!-- Footer -->
<!-- <section class="screenPad screenpad1" id="footer">
<section class="screenPad screenpad1" id="footer">
<div class="row justify-content-around">

<div class="col-lg-6">
Expand All @@ -1479,15 +1479,15 @@ <h4>About Owasp</h4>
successfully organizing many hackathons, tech-talks, workshops and coding nights, we have always
strived
hard to maintain the coding culture throughout the campus.
<div class="teamButton ourteambtn"> -->
<div class="teamButton ourteambtn">
<!-- <a class="teambtn" href="https://main.owasp.co.in/team.html" target="_blank">Our Team</a> -->
<!-- </div>
</div>

</div>
</div>
</div>

<div class="row justify-content-around">
<!-- <div class="row justify-content-around">
<div class="hackocard aboutFooter">
<div class="cardHeader">
<div class="circle1"></div>
Expand All @@ -1505,18 +1505,18 @@ <h4>About Owasp</h4>
</div>
</div>
</div>
</div>
</div> -->

</div>

<div class="col-lg-5 hackocard aboutFooter">
<!-- <div class="col-lg-5 hackocard aboutFooter">
<div class="cardHeader">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<p>Browser</p>
</div>
<div class="cardContent contactUs">
</div> -->
<!-- <div class="cardContent contactUs">
<div class="searchbox-div">
<input style="padding-left :20px" class="searchbox" placeholder="Search">
</div>
Expand Down

0 comments on commit 8382978

Please sign in to comment.