Skip to content

Commit

Permalink
Merge branch 'main' into consistent-navbar-adding-to-all-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Palmistry2310 authored Oct 17, 2024
2 parents 25c116b + 7cc1e76 commit d546c57
Show file tree
Hide file tree
Showing 20 changed files with 1,187 additions and 1,064 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/add-contributors.yml

This file was deleted.

12 changes: 10 additions & 2 deletions Blog_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Blog Section</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./src/Styles/Style_Blog_page.css">
<link rel="stylesheet" href="src/Styles/scroll.css">
<style>
/* Circle styles */
.circle {
Expand Down Expand Up @@ -62,6 +63,9 @@
color: #ffffff;
}
/* navbar styling ends */
html{
scroll-behavior: smooth;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -112,7 +116,7 @@ <h1 class = "banner-title">
</h1>
<p>everything that you want to know about creativity</p>
<form>
<input type = "text" class = "search-input" placeholder="find your food . . .">
<input type = "text" class = "search-input" placeholder="search blogs and designs. . .">
<button type = "submit" class = "search-btn">
<i class = "fas fa-search"></i>
</button>
Expand Down Expand Up @@ -292,9 +296,13 @@ <h2>Exploring creative fields</h2>

<footer>
<div class = "social-links">
<!-- Added responsiveness to icons -->
<a href = "#"><i class = "fab fa-facebook-f"></i></a>
<a href = "#"><i class = "fab fa-twitter"></i></a>
<!-- Added the new Twitter(X) logo -->
<a href = "#"><i class = "fab fa-x-twitter"></i></a>
<a href = "#"><i class = "fab fa-instagram"></i></a>
<!-- Added LinkedIn logo -->
<a href = "https://www.linkedin.com/in/anuragvishwakarma/"><i class = "fab fa-linkedin-in"></i></a>
<a href = "#"><i class = "fab fa-pinterest"></i></a>
</div>
<span>Creative Canvas Blog Page</span>
Expand Down
Loading

0 comments on commit d546c57

Please sign in to comment.