Skip to content

Commit f37de63

Browse files
authored
Merge pull request #35 from AkashS20/master
remove
2 parents e54c977 + 75e0005 commit f37de63

32 files changed

Lines changed: 22 additions & 21700 deletions

CSS/index.css

Lines changed: 0 additions & 67 deletions
This file was deleted.

CSS/styles.css

Lines changed: 0 additions & 73 deletions
This file was deleted.

JS/Counter1.js

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ $(document).ready(function(){
99
let button = document.getElementById("btns");
1010

1111
button.addEventListener('click', (e)=> {
12-
e.preventDefault();
12+
e.preventDefault();
1313

14-
let msg = document.getElementById("suscribeMsg");
15-
let title = document.getElementById("subscribeTitle");
16-
let email = document.getElementById("Email");
14+
let msg = document.getElementById("suscribeMsg");
15+
let title = document.getElementById("subscribeTitle");
16+
let email = document.getElementById("Email");
1717

18-
console.log(email.value);
19-
console.log(typeof email.value);
20-
var mailformat=/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/;
18+
console.log(email.value);
19+
console.log(typeof email.value);
20+
var mailformat=/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/;
2121

22-
if(email.value==''){
23-
title.innerText = "Info";
24-
msg.innerText = "Kindly Insert an email";
25-
}
26-
else if(email.value.match(mailformat)){
27-
title.innerText = "Congratulations";
28-
msg.innerText = "Sucessfully! Subscribed";
29-
}
30-
else{
31-
title.innerText = "Info";
32-
msg.innerText = "Kindly insert a valid email";
33-
}
22+
if(email.value==''){
23+
title.innerText = "Info";
24+
msg.innerText = "Kindly Insert an email";
25+
}
26+
else if(email.value.match(mailformat)){
27+
title.innerText = "Congratulations";
28+
msg.innerText = "Sucessfully! Subscribed";
29+
}
30+
else{
31+
title.innerText = "Info";
32+
msg.innerText = "Kindly insert a valid email";
33+
}
3434

35-
$('#exampleModalCenter').modal('show');
35+
$('#exampleModalCenter').modal('show');
3636

37-
email.value = "";
37+
email.value = "";
3838
})

JS/index.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

Privacy Policy Page/policy.css

Lines changed: 0 additions & 44 deletions
This file was deleted.

Privacy Policy Page/policy.html

Lines changed: 0 additions & 74 deletions
This file was deleted.

index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2929
<meta name="language" content="English">
3030

31-
<!-- index style ghcss -->
32-
<link rel="stylesheet" href="./CSS/index.css">
3331
<!-- Bootstrap CSS -->
3432
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
3533
<!-- Icon -->
@@ -105,11 +103,6 @@
105103
Resources
106104
</a>
107105
</li>
108-
<!-- <li class="nav-item">
109-
<a class="nav-link" href="#testimonials">
110-
Team
111-
</a>
112-
</li> -->
113106
<li class="nav-item">
114107
<a class="nav-link" href="#opportunity">
115108
Events
@@ -907,7 +900,7 @@ <h3 class="contact-footer mt-5">Contact</h3>
907900
<div class="row">
908901
<div class="col-md-12">
909902
<div class="copyright-content">
910-
<p>Copyright © <span class="year"></span> <a rel="nofollow" href="#">CollegeBuddy</a> All Right Reserved</p>
903+
<p>Copyright © 2023 <a rel="nofollow" href="#">CollegeBuddy</a> All Right Reserved</p>
911904
</div>
912905
</div>
913906
</div>
@@ -1054,5 +1047,4 @@ <h3 class="contact-footer mt-5">Contact</h3>
10541047
</style>
10551048

10561049
</body>
1057-
10581050
</html>

0 commit comments

Comments
 (0)