Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions Devs.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ <h1 style="color: white"><b>Developers</b></h1>


</div><a style="font-size:20px;cursor:pointer ;color:white ; padding-bottom: 8px" onclick="openNav()">&#9776;</a>
<a href="#" >Home</a>
<a href="#">Primes</a>
<a href="index.html" >Home</a>
<a href="">Primes</a>
<a href="#">Modular Arithmetic</a>
<a href="#">Algorithms</a>

Expand All @@ -70,10 +70,10 @@ <h1 style="color: white"><b>Developers</b></h1>
<div class="row">
<div class="leftcolumn">
<div class="card">
<img src="css\\img\\me.jpg" style="width: 100px ; height: 100px ; border-radius: 50%"> <p><q>Making this website was a very knwoledgeful experience . I came to know so many new things about <i>Web Development</i> and the beauty of <i>CSS</i> </q></p>
<img src="css\\img\\me.jpg" style="width: 100px ; height: 100px ; border-radius: 50%"> <p><q>Making this website was a very educational experience . I've come to know so many new things about <i>Web Development</i> and the beauty of <i>CSS</i>. </q></p>
<p style="margin-left: 600px"><b>-Abhyuday Tripathi</b></p>

<img src="css\\img\\ananya.jpg" style="width: 100px ; height: 100px ; border-radius: 50%"><p><q>While working on this project I got to know some basics of javascript and html ,css.We tried our best to make this webpage to its present form.</q></p>
<img src="css\\img\\ananya.jpg" style="width: 100px ; height: 100px ; border-radius: 50%"><p><q>While working on this project, I got to know some basics of JavaScript, HTML, and CSS. We tried our best to get this website to its present form.</q></p>
<p style="margin-left: 600px"><b>-Ananya Tewari</b></p>


Expand Down
2 changes: 1 addition & 1 deletion welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="header h1" style="color: whitesmoke">Number theory</h1>
<a id="feed">Feedback</a>

</div><a style="font-size:20px;cursor:pointer ;color:white ; padding-bottom: 8px" onclick="openNav()">&#9776;</a>
<a href="front.html" >Home</a>
<a href="index.html" >Home</a>
<div class="dropdown">
<button class="dropbtn">Primes
<!--<i class="fa fa-caret-down"></i>-->
Expand Down