Skip to content

Commit

Permalink
project correction
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuNarware committed Aug 12, 2024
1 parent df62467 commit 47125c6
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 22 deletions.
24 changes: 19 additions & 5 deletions src/Component/Contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ h1{
input{
height:60px;
width: 100%;
padding-left: 50px;
border-radius: 60px;
/* padding-left: 50px; */

border-radius: 5px;
border:none;
color: white;
border: 1px solid white;
border: 1px solid rgb(76, 23, 192) !important;
background: transparent;
font-size: 18px;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
Expand Down Expand Up @@ -49,8 +50,8 @@ textarea{
width:100%;
padding-left: 50px;
padding-top: 10px;
border-radius: 20px;
border: 1px solid white;
border-radius: 8px;
border: 1px solid rgb(76, 23, 192) ;
background: transparent;
outline:none;
color:white;
Expand Down Expand Up @@ -144,3 +145,16 @@ button:hover{
.outerD{
padding-top: 20px;
}

.submitMsg{
/* margin-inline:3px; */
font-size: small;
}
.contactus-icons{
color: #9416e9 !important;
/* font-size: 50% ; */
background-color: transparent !important;
padding: 12px 8px !important;
border: .5px solid #9416e9;

}
10 changes: 5 additions & 5 deletions src/Component/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ function Contact() {
<img src="./support.jpg" alt="Support"></img>
</Tilt>
<div className="icons">
<FaGithub id="ic"/>
<BsTwitterX id="ic"/>
<FaWhatsapp id="ic"/>
<CiLinkedin id="ic"/>
<FaGithub className="contactus-icons"id="ic"/>
<BsTwitterX className="contactus-icons" id="ic"/>
<FaWhatsapp className="contactus-icons" id="ic"/>
<CiLinkedin className="contactus-icons" id="ic"/>
</div>
</div>
<div className="form">
Expand All @@ -84,7 +84,7 @@ function Contact() {
onChange={(e)=>setMessage(e.target.value)} required></textarea>
</div>
<div className="btn">
<button type="submit">Send Message</button>
<button type="submit" className='submitMsg'>Send Message</button>
</div>
</form>
{messageVisible && (
Expand Down
4 changes: 2 additions & 2 deletions src/Component/Contributors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ function Contributors() {
/>
</a>
<h2 className="contributor-name">{contributor.login}</h2>
<p className="contributor-contributions">
{/* <p className="contributor-contributions">
Contributions: {contributor.contributions}
</p>
</p> */}
</div>
))}
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/Component/Documetation/Blog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Blog() {
<Preloader />
<section className="testimonials" id="testimonials">
<h2 className="testimonial-heading section__title" data-aos="fade-in">Testimonials</h2>
<div className="testimonial-container">
{/* <div className="testimonial-container">
{[
{
img: "blog1.jpg",
Expand Down Expand Up @@ -64,7 +64,7 @@ function Blog() {
</div>
</div>
))}
</div>
</div> */}
</section>
</>
);
Expand Down
21 changes: 21 additions & 0 deletions src/Component/Documetation/Detail.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,24 @@ gap: 7%;
rgb(27, 1, 39)
);
}
/* .ProjectD{
}
.innerinner-container{
} */
.outerD
{
/* display: none; */
}
.icons-fm{
background-color: #000;
}
@media screen and (min-width:548px){
.outerD
{
/* display: none; */
display: flex;
background-color: transparent;
}
}
9 changes: 4 additions & 5 deletions src/Component/Documetation/Detail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@ function Detail() {
<div className='outerD gap-4 md:gap-2'>
<span className='icons'>
<a href="https://github.com/HimanshuNarware" target="_blank"> <FaGithub
color="white"
fontSize={25}
className="ico "
/></a></span>
<span className='icons'> <a href="https://www.linkedin.com/in/HimanshuNarware/" target="_blank">
<FaLinkedin color="white" fontSize={25} className="ico" />
<span className='icons '> <a href="https://www.linkedin.com/in/HimanshuNarware/" target="_blank">
<FaLinkedin fontSize={25} className="ico" />

</a></span>
<span className='icons'> <a href="https://twitter.com/N_Himanshu_" target="_blank">
Expand Down Expand Up @@ -91,12 +90,12 @@ function Detail() {
<div className='outerD gap-4 md:gap-2'>
<span className='icons'>
<a href="https://github.com/HimanshuNarware" target="_blank"> <FaGithub
color="white"

fontSize={25}
className="ico "
/></a></span>
<span className='icons'> <a href="https://www.linkedin.com/in/HimanshuNarware/" target="_blank">
<FaLinkedin color="white" fontSize={25} className="ico" />
<FaLinkedin fontSize={25} className="ico" />

</a></span>
<span className='icons'> <a href="https://twitter.com/N_Himanshu_" target="_blank">
Expand Down
5 changes: 4 additions & 1 deletion src/Component/Documetation/Slider.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@

}


/* .section_maintainer{
display: none;
}
*/
3 changes: 3 additions & 0 deletions src/Component/Newsletter.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ form, input, button {
display: flex;
align-items: center;
justify-content: center;
}
.captcha{
color: white;
}
5 changes: 3 additions & 2 deletions src/Style/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
.page_0 .bx-2,
.page_0 .bx-1 {
margin: 130px 10px;
margin: 90px 10px;
padding: 12px 17px;
}
.page_0 .bx-1 h2 {
Expand Down Expand Up @@ -107,7 +107,7 @@
width: 95vw;
height: 40vh;
gap: 5%;
overflow: hidden;
/* overflow: hidden; */
}

.home-img {
Expand Down Expand Up @@ -444,4 +444,5 @@
max-width: 350px;
margin: 13px 12px;
}

}

0 comments on commit 47125c6

Please sign in to comment.