Skip to content

Commit

Permalink
Merge pull request #104 from sarthak-1998/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
sarthak-1998 authored Sep 9, 2023
2 parents 1ac7a68 + 8b75469 commit a09ca73
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 12 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file added assets/Create-a-Podcast.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Lets-Talk-3-1280x640.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Lets-Talk-Banner_White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/youtube.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 28 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,15 +236,37 @@ <h2>About Me 👨‍💻</h2>

</section>

<section class="col-centered container" id="youtube">


<section class="col-centered container" >
<div class="col-full">
<a href = "http://youtube.com/c/TheSarthakShow" target="_blank">
<h2>📺 My YouTube Channel 🎬</h2>
</a>

<h2>Community Contributions 🧑‍🤝‍🧑🚀</h2>

<p>I've done <strong>100+ podcasts</strong> on my youtube channel. I've provided mentorship to thousands of students and working professionals in the past.
</p>
<div class="container card-container">

<a class="card" target="_blank" href="http://youtube.com/c/TheSarthakShow">
<img class="section media" src="./assets/Create-a-Podcast.jpg">
<div class="content">
<h3>My YouTube Channel 🎤 🎬

</h3>
</div>
</a>

<a class="card" target="_blank" href="https://topmate.io/sarthak_jain">
<img class="section media" src="./assets/Lets-Talk-Banner_White.png">
<div class="content">
<h3>Book 1:1 meeting 📲 💬

</h3>
</div>
</a>

</div>
</div>
</section>



<section class="col-centered container" id="experience">
Expand Down
Binary file modified src/.DS_Store
Binary file not shown.
Binary file modified src/assets/.DS_Store
Binary file not shown.
Binary file added src/assets/Create-a-Podcast.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Lets-Talk-3-1280x640.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Lets-Talk-Banner_White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/youtube.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 28 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,15 +236,37 @@ <h2>About Me 👨‍💻</h2>

</section>

<section class="col-centered container" id="youtube">


<section class="col-centered container" >
<div class="col-full">
<a href = "http://youtube.com/c/TheSarthakShow" target="_blank">
<h2>📺 My YouTube Channel 🎬</h2>
</a>

<h2>Community Contributions 🧑‍🤝‍🧑🚀</h2>

<p>I've done <strong>100+ podcasts</strong> on my youtube channel. I've provided mentorship to thousands of students and working professionals in the past.
</p>
<div class="container card-container">

<a class="card" target="_blank" href="http://youtube.com/c/TheSarthakShow">
<img class="section media" src="./assets/Create-a-Podcast.jpg">
<div class="content">
<h3>My YouTube Channel 🎤 🎬

</h3>
</div>
</a>

<a class="card" target="_blank" href="https://topmate.io/sarthak_jain">
<img class="section media" src="./assets/Lets-Talk-Banner_White.png">
<div class="content">
<h3>Book 1:1 meeting 📲 💬

</h3>
</div>
</a>

</div>
</div>
</section>



<section class="col-centered container" id="experience">
Expand Down

0 comments on commit a09ca73

Please sign in to comment.