Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #14

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
<div class="row mt-5">
<div class="col-8 font-weight-bold">
<h2>The best courses at your fingertips</h2>
<p class="text-muted">You can always complement what you learn in college.</p>
<p class="text-muted">Pick up skills that help you land jobs.</p>
<p class="text-muted">You can always complement what you learn in college</p>
<p class="text-muted">Pick up skills that help you land jobs</p>
<br>
<h2>Choose a course tailored for you.</h2>
<h2>Choose a course tailored for you</h2>
<div class="row">
<div class="col-4">
<button class="btn btn--outline btn-l btn--padding-l">Contact Us</button>
Expand Down Expand Up @@ -180,7 +180,7 @@ <h2 class="text-dark text-center font-weight-bold mt-4">Leading Industry Mentors
</div>
<h3 class="font-weight-bold pt-3">Pankaj Lohani</h3>
<img src="https://storage.googleapis.com/cipherschools-storage.appspot.com/images/coach/linkedin.png" width="100%" height="auto"/>
<p style="font-size: 0.8rem; color: #cfd2d7">Always eager to learn new things even if it goes beyond profile and domain.</p>
<p style="font-size: 0.8rem; color: #cfd2d7">Always eager to learn new things even if it goes beyond profile and domain</p>
</div>
</div>

Expand All @@ -196,7 +196,7 @@ <h3 class="font-weight-bold pt-3">Pankaj Lohani</h3>
</div>
<h3 class="font-weight-bold pt-2">Mohit Sharma</h3>
<img src="https://storage.googleapis.com/cipherschools-storage.appspot.com/images/coach/microsoft.png" width="100%" height="auto"/>
<p style="font-size: 0.8rem; color: #cfd2d7">I love writing code and ever since I've written my first program it has been my dream to reach people through my code. I am technology enthusiastic and always on a lookout for awesome problems.</p>
<p style="font-size: 0.8rem; color: #cfd2d7">I love writing code and ever since I've written my first program it has been my dream to reach people through my code. I am technology enthusiastic and always on a lookout for awesome problems</p>
</div>
</div>

Expand All @@ -212,7 +212,7 @@ <h3 class="font-weight-bold pt-2">Mohit Sharma</h3>
</div>
<h3 class="font-weight-bold pt-2">Fateh Singh Aurora</h3>
<img src="https://storage.googleapis.com/cipherschools-storage.appspot.com/images/coach/amazon.png" width="100%" height="auto"/>
<p style="font-size: 0.8rem; color: #cfd2d7">I am software developer currently working at Amazon. I have deep interest in Data Structures and Algorithms. I enjoy developing the scalable systems from the scratch.</p>
<p style="font-size: 0.8rem; color: #cfd2d7">I am software developer currently working at Amazon. I have deep interest in Data Structures and Algorithms. I enjoy developing the scalable systems from the scratch</p>
</div>
</div>
</div>
Expand Down