Skip to content

Commit

Permalink
final-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alurubalakarthikeya committed Aug 8, 2024
1 parent d1d9b9f commit 921a94d
Show file tree
Hide file tree
Showing 7 changed files with 827 additions and 792 deletions.
3 changes: 2 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Mini Minds</title>
<title>About | Mini Minds</title>
<link rel="icon" type="image" href="images/logo.png">
<link rel="stylesheet" href="styles.css">
<!--Fonts links-->
Expand Down Expand Up @@ -83,6 +83,7 @@ <h2 class="heading">About Us</h2>
<div class="footer-container">
<div class="footer-brand contact">
<a>Mini <span>Minds</span></a>
<p>Reach us out from contact section for any doubts</p>
</div>
<div class="footer-section" id="contact">
<h2 class="heading">Contacts</h2>
Expand Down
7 changes: 6 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Mini Minds</title>
<title>Contact | Mini Minds</title>
<link rel="icon" type="image" href="images/logo.png">
<link rel="stylesheet" href="styles.css">
<!--Fonts links-->
Expand Down Expand Up @@ -57,6 +57,11 @@
<div class="footer-brand contact">
<a>@Mini <span>Minds</span></a><br>
<img src="images/miniminds.png" alt="" height="180px">
<div class="message">
<h2>Message us</h2>
<textarea type="text" id="message" name="message-us" required></textarea>
<button class="send-message">Send Message</button>
</div>
</div>
<div class="footer-section" id="contact">
<h2 class="heading">Contacts</h2>
Expand Down
3 changes: 2 additions & 1 deletion courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Mini Minds</title>
<title>Courses | Mini Minds</title>
<link rel="icon" type="image" href="images/logo.png">
<link rel="stylesheet" href="styles.css">
<!--Fonts links-->
Expand Down Expand Up @@ -100,6 +100,7 @@ <h2 class="heading">Our Courses</h2><br>
<div class="footer-container">
<div class="footer-brand contact">
<a>Mini <span>Minds</span></a>
<p>Reach us out from contact section for any doubts</p>
</div>
<div class="footer-section" id="contact">
<h2 class="heading">Contacts</h2>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ <h2 class="hehe fadeInUp-animation">Where Learning is <span>made practical</span
</ul><br>
<button id="submit" class="sign-in" onclick="signUp()">Sign Up</button>
<p>no account? <a href="#" onclick="signIn()">Sign In</a></p>
<a href="#" id="scroll" style="display: none;"><span></span></a>
</div>
<!--Cloud resource-->
<div class="floating-clouds">
Expand Down Expand Up @@ -146,7 +145,8 @@ <h2 class="heading">Recommended Courses</h2><br>
<footer>
<div class="footer-container">
<div class="footer-brand contact">
<a>Mini <span>Minds</span></a>
<a>@Mini <span>Minds</span></a>
<p>Reach us out from contact section for any doubts</p>
</div>
<div class="footer-section" id="contact">
<h2 class="heading">Contacts</h2>
Expand Down
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,3 @@ function signUp() {
});
});
/*Loader Animation*/

3 changes: 2 additions & 1 deletion stories.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Mini Minds</title>
<title>Stories | Mini Minds</title>
<link rel="icon" type="image" href="images/logo.png">
<link rel="stylesheet" href="styles.css">
<!--Fonts links-->
Expand Down Expand Up @@ -88,6 +88,7 @@ <h2 class="heading">Stories</h2><br>
<div class="footer-container">
<div class="footer-brand contact">
<a>Mini <span>Minds</span></a>
<p>Reach us out from contact section for any doubts</p>
</div>
<div class="footer-section" id="contact">
<h2 class="heading">Contacts</h2>
Expand Down
Loading

0 comments on commit 921a94d

Please sign in to comment.