Skip to content

Commit

Permalink
Merge pull request WeMakeDevs#42 from commclassroom/version-1
Browse files Browse the repository at this point in the history
[FIX]: Alt fix
  • Loading branch information
bhavyastar authored Oct 17, 2022
2 parents 10aa64a + f480472 commit 36a7407
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 53 deletions.
2 changes: 1 addition & 1 deletion src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import About_us from '../assests/about-us.png'
const About = () => {
return (
<div className="about">
<img className="about_img" src={About_us} alt="" />
<img className="about_img" src={About_us} alt="About" />
<div className="about_text">
<h2>About Us</h2>
<ul className="about_ul">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Blog = () => {
<button id="bt_blog">Explore Blogs</button>
</a>
</div>
<img className="blog_img" src={blog} alt="" />
<img className="blog_img" src={blog} alt="blog" />
</div>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Courses.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Courses = () => {
<button id="bt_discord">Explore Courses</button>
</a>
</div>
<img className="courses_img" src={course} alt="" />
<img className="courses_img" src={course} alt="course" />
</div>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Footer = () => {
<div class="container">
<div class="row">
<div class="footer-col1">
<img src={CC} alt="" />
<img src={CC} alt="CC" />
<ul>
<li><br/></li>
<li><br/></li>
Expand Down Expand Up @@ -38,7 +38,7 @@ const Footer = () => {
<li><a href="#">Telegram</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">GitHub</a></li>
<li><a href="#">GitHub</a></li>
</ul>
</div>
<div class="footer-col">
Expand Down
32 changes: 16 additions & 16 deletions src/components/Founder.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ import '../styles/Founder.css'

const Event = () => {
return (
<div className="founder">
<img className="founder_assets_green" src={Green} alt="Kunal" />
<img className="founder_assets_blue" src={Blue} alt="Kunal" />
<img className="founder_img" src={Founder} alt="Kunal" />
<div className="founder_text">
<h2 className="founder_heading"><span className="founder_span">Founder: </span>Kunal Kushwaha </h2>
<p className="founder_para">
Kunal is a developer from India. He is working towards empowering communities via Open Source and Education. He is currently doing Developer Advocacy at Civo, community management at Major League Hacking, is a CNCF Ambassador, GitHub Campus Expert, Gold Microsoft Learn Student Ambassador, Google Summer of Code Mentor at Red Hat Middleware.
</p>
<div className="founder_socials">
<a href="https://twitter.com/kunalstwt" target="_blank"> <p className='founder-item'><img src={Twitter} alt="twitter" /></p> </a>
<a href="https://www.linkedin.com/in/kunal-kushwaha/" target="_blank"> <p className='founder-item'><img src={LinkedIn} alt="linkedin" /></p> </a>
<a href="https://www.instagram.com/kunalsig/" target="_blank"><p className='founder-item'><img src={Instagram} alt="instagram" /></p></a>
</div>
</div>
</div>
<div className="founder">
<img className="founder_assets_green" src={Green} alt="Green" />
<img className="founder_assets_blue" src={Blue} alt="Blue" />
<img className="founder_img" src={Founder} alt="Kunal" />
<div className="founder_text">
<h2 className="founder_heading"><span className="founder_span">Founder: </span>Kunal Kushwaha </h2>
<p className="founder_para">
Kunal is a developer from India. He is working towards empowering communities via Open Source and Education. He is currently doing Developer Advocacy at Civo, community management at Major League Hacking, is a CNCF Ambassador, GitHub Campus Expert, Gold Microsoft Learn Student Ambassador, Google Summer of Code Mentor at Red Hat Middleware.
</p>
<div className="founder_socials">
<a href="https://twitter.com/kunalstwt" target="_blank"> <p className='founder-item'><img src={Twitter} alt="twitter" /></p> </a>
<a href="https://www.linkedin.com/in/kunal-kushwaha/" target="_blank"> <p className='founder-item'><img src={LinkedIn} alt="linkedin" /></p> </a>
<a href="https://www.instagram.com/kunalsig/" target="_blank"><p className='founder-item'><img src={Instagram} alt="instagram" /></p></a>
</div>
</div>
</div>
)
}

Expand Down
54 changes: 27 additions & 27 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ import Arrowright from "../assets/Arrowright.png";

const Header = () => {
return (
<>
<section className="header_cont_1">
<div className="header_cont_1_a">
<button className="header_button"> Check out our most recent podcast
<img className="chevronright" src={ChevronRight} alt="chevron" />
</button>
<p className="header_free_community">
The <span className="header_free">Free</span> Community for Modern Learning.
</p>
<p className="header_para_about">
This is a community which provides <span className="header_para_span">free hands-on training </span> in various fields of computer science and have an inclusive community focussing on a <span className="header_para_span"> learn by doing </span> approach.
</p>
</div>
<div className="header_cont_2_b">
<a href="/">
<button className="header_cont_2_b_courses"> See Courses
<img className="arrowright" src={Arrowright} alt="arrowup" />
</button>
</a>
<a href="https://www.youtube.com/c/KunalKushwaha">
<button className="header_cont_2_b_youtube"> Visit Youtube
<img className="arrowup" src={ ArrowUp} alt="arrowup" />
</button>
</a>
</div>
</section>
</>
<div>
<section className="header_cont_1">
<div className="header_cont_1_a">
<button className="header_button"> Check out our most recent podcast
<img className="chevronright" src={ChevronRight} alt="chevron" />
</button>
<p className="header_free_community">
The <span className="header_free">Free</span> Community for Modern Learning.
</p>
<p className="header_para_about">
This is a community which provides <span className="header_para_span">free hands-on training </span> in various fields of computer science and have an inclusive community focussing on a <span className="header_para_span"> learn by doing </span> approach.
</p>
</div>
<div className="header_cont_2_b">
<a href="/">
<button className="header_cont_2_b_courses"> See Courses
<img className="arrowright" src={Arrowright} alt="arrowup" />
</button>
</a>
<a href="https://www.youtube.com/c/KunalKushwaha">
<button className="header_cont_2_b_youtube"> Visit Youtube
<img className="arrowup" src={ ArrowUp} alt="arrowup" />
</button>
</a>
</div>
</section>
</div>
)
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Mentorship.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Mentorship = () => {
<button id="bt_mentor">Explore all Roadmaps</button>
</a>
</div>
<img className="mentor_img" src={mentor} alt="" />
<img className="mentor_img" src={mentor} alt="Mentor" />
</div>
)
}
Expand Down
1 change: 0 additions & 1 deletion src/components/Podcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Right from '../assets/Rightarrowblack.png'
const Event = () => {
return (
<div className="podcast">

<div className="podcast_text">
<h6 className="podcast_heading_6">Podcast</h6>
<h2 className="podcast_heading_2"> Open Source Cafe Podcast </h2>
Expand Down
1 change: 0 additions & 1 deletion src/styles/Courses.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
margin-left: 5%;
width: 584.5px;
height: 425px;

}

.courses_text{
Expand Down
3 changes: 1 addition & 2 deletions src/styles/Event.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
margin-left: 10%;
width: 584.5px;
height: 425px;

}
}

.event_text{
margin-left: 5%;
Expand Down

0 comments on commit 36a7407

Please sign in to comment.