Skip to content

Commit

Permalink
Merge branch 'Abhay-hack:main' into Issue-No.-Abhay-hack#177
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsingh1281 authored Feb 1, 2025
2 parents a4cf113 + 490b530 commit a7ee6a9
Show file tree
Hide file tree
Showing 11 changed files with 109 additions and 16 deletions.
14 changes: 14 additions & 0 deletions public/events&webinar.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,18 @@ h1 {

.social-media a:hover {
color: #000;
}
#goto-top-btn {
background-color: white;
padding: 15px 19px;
border: none;
border-radius: 50%;
position: fixed;
bottom: 118px;
right: 30px;
display: none;
}

#goto-top-btn:hover {
background-color: #bdbaba;
}
9 changes: 8 additions & 1 deletion public/events&webinar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
</head>

<body>

<button id="goto-top-btn" onclick="goTop()"><svg xmlns="http://www.w3.org/2000/svg" width="20"
height="20" fill="currentColor" class="bi bi-arrow-up" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5" />
</svg></button>

<div id="nav">
<a href="index.html"><img class="icon magnet" src="./image/lumina1.png" alt=""></a>
<div id="right">
Expand Down Expand Up @@ -120,7 +127,7 @@ <h2>Get in Touch</h2>
});
</script>
<script src="//code.tidio.co/jrwlyr4jlffbfwi1ogzqdzvxf34j4txb.js" async></script>

<script src="./scrollTop.js"></script>
</body>

</html>
14 changes: 0 additions & 14 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,8 @@ <h1 class="hvr">Internships</h1>
<h1 class="hvr">Jobs</h1>
<h1 class="hvr">Mentornships</h1>
<h1 class="hvr">Events</h1>
</div>

<div class="headings">






<h1 class="hvr">Internships</h1>
<h1 class="hvr">Jobs</h1>
<h1 class="hvr">Mentornships</h1>
<h1 class="hvr">Events</h1>
</div>


<h1 class="unlock" style="color:rgb(103, 22, 22)">Unlock Your Career</h1>
</div>
<div id="homelast">
Expand Down
14 changes: 14 additions & 0 deletions public/internships.css
Original file line number Diff line number Diff line change
Expand Up @@ -611,4 +611,18 @@ body {

.quote {
margin-top: 1rem;
}
#goto-top-btn {
background-color: white;
padding: 15px 19px;
border: none;
border-radius: 50%;
position: fixed;
bottom: 118px;
right: 30px;
display: none;
}

#goto-top-btn:hover {
background-color: #bdbaba;
}
7 changes: 7 additions & 0 deletions public/internships.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@

</div>

<button id="goto-top-btn" onclick="goTop()"><svg xmlns="http://www.w3.org/2000/svg" width="20"
height="20" fill="currentColor" class="bi bi-arrow-up" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5" />
</svg></button>

<div class="container">
<h1>Available Internships</h1>

Expand Down Expand Up @@ -2027,6 +2033,7 @@ <h2>Get in Touch</h2>
</script>
<script src="//code.tidio.co/jrwlyr4jlffbfwi1ogzqdzvxf34j4txb.js" async></script>
<script src="./copyrightYear.js"></script>
<script src="./scrollTop.js"></script>
</body>

</html>
14 changes: 14 additions & 0 deletions public/jobs.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,20 @@ color: black;
.job-details .details .save:hover span{
color:white;
}
#goto-top-btn {
background-color: white;
padding: 15px 19px;
border: none;
border-radius: 50%;
position: fixed;
bottom: 118px;
right: 30px;
display: none;
}

#goto-top-btn:hover {
background-color: #bdbaba;
}



7 changes: 7 additions & 0 deletions public/jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
</head>

<body>
<button id="goto-top-btn" onclick="goTop()"><svg xmlns="http://www.w3.org/2000/svg" width="20"
height="20" fill="currentColor" class="bi bi-arrow-up" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5" />
</svg></button>

<div id="nav">
<a href="index.html"><img class="icon magnet" src="./image/lumina1.png" alt="" /></a>
<div id="right">
Expand Down Expand Up @@ -316,6 +322,7 @@ <h2>Get in Touch</h2>
<script src="jobs.js"></script>
<script src="script.js"></script>
<script src="./copyrightYear.js"></script>
<script src="./scrollTop.js"></script>
</body>

</html>
16 changes: 15 additions & 1 deletion public/mentorship.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,18 @@ body {

.vertical-logo {
font-size: 2.5vw;
}
}
#goto-top-btn {
background-color: white;
padding: 15px 19px;
border: none;
border-radius: 50%;
position: fixed;
bottom: 118px;
right: 30px;
display: none;
}

#goto-top-btn:hover {
background-color: #bdbaba;
}
8 changes: 8 additions & 0 deletions public/mentorship.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
</head>

<body>

<button id="goto-top-btn" onclick="goTop()"><svg xmlns="http://www.w3.org/2000/svg" width="20"
height="20" fill="currentColor" class="bi bi-arrow-up" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5" />
</svg></button>

<div id="nav">
<a href="index.html"><img class="icon magnet" src="./image/lumina1.png" alt=""></a>
<div id="right">
Expand Down Expand Up @@ -113,6 +120,7 @@ <h2>Get in Touch</h2>
</script>
<script src="//code.tidio.co/jrwlyr4jlffbfwi1ogzqdzvxf34j4txb.js" async></script>
<script src="./copyrightYear.js"></script>
<script src="./scrollTop.js"></script>
</body>

</html>
14 changes: 14 additions & 0 deletions public/resources.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,17 @@ body {
.vertical-logo {
font-size: 2.5vw;
}
#goto-top-btn {
background-color: white;
padding: 15px 19px;
border: none;
border-radius: 50%;
position: fixed;
bottom: 118px;
right: 30px;
display: none;
}

#goto-top-btn:hover {
background-color: #bdbaba;
}
8 changes: 8 additions & 0 deletions public/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
</head>

<body>

<button id="goto-top-btn" onclick="goTop()"><svg xmlns="http://www.w3.org/2000/svg" width="20"
height="20" fill="currentColor" class="bi bi-arrow-up" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5" />
</svg></button>

<div id="nav">
<a href="index.html"><img class="icon magnet" src="./image/lumina1.png" alt=""></a>
<div id="right">
Expand Down Expand Up @@ -179,6 +186,7 @@ <h2>Get in Touch</h2>
</script>
<script src="//code.tidio.co/jrwlyr4jlffbfwi1ogzqdzvxf34j4txb.js" async></script>
<script src="./copyrightYear.js"></script>
<script src="./scrollTop.js"></script>
</body>

</html>

0 comments on commit a7ee6a9

Please sign in to comment.