Skip to content

Commit d6012fd

Browse files
Merge pull request #107 from HimanshuSinghNegi/main
Interface updated
2 parents 2c6e46c + 994ef81 commit d6012fd

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

assets/style.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,29 @@ p {
7070
margin-bottom: 25px;
7171
line-height: 1.7;
7272
}
73+
/*logo*/
74+
.logo img{
75+
border-radius: 50%;
76+
padding: 2%;
77+
background-color: #0C0C0C;
78+
}
79+
/*tittle*/
80+
.tittle {
81+
margin: 0 15% 0 15%;
82+
padding: 2%;
83+
border-radius: 20px;
84+
border-top: 1px darkgrey solid;
85+
border-bottom: 1px #FF00E8 solid;
86+
}
87+
88+
89+
/*animation for "contributions-so-far"*/
90+
.animated{
91+
animation: tada;
92+
--animate--slower:10s;
93+
animation-iteration-count:infinite;
94+
}
95+
7396

7497
.searchContainer {
7598
display: flex;

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<div class="container">
1919
<div class="row">
2020
<div class="column">
21-
<!-- Night Mode Creation -->
21+
<!-- Night Mode Creation -->
2222
<div class="nightmode" >
23-
<div class="logo" style="width: 25%; float:left; "><img src="img/logo.gif" width="25%" height="25%"></div>
24-
<div class="heading" style="width: 75%; float:left; margin-left:12%"><h1>Resⓞurce Finder</h1></div>
25-
<div class="toggle-box" style="width:5%; float:right; padding-right: 10px;">
23+
<div class="logo" style="width: 20%;"><img src="img/logo.gif" width="25%" height="25%"></div>
24+
<div style="width: 70%; float:left; margin-left:15%"><h1 class="tittle">Resⓞurce Finder</h1></div>
25+
<div class="toggle-box" style=" float:right; padding-right: 10px;">
2626
<input type="checkbox" name="checkbox1" id="toggle-box-checkbox" />
2727
<label for="toggle-box-checkbox" class="toggle-box-label-left"></label>
2828
<label for="toggle-box-checkbox" class="toggle-box-label"></label>
@@ -65,7 +65,7 @@ <h2>Help your friends find some good learning resources</h2>
6565
text-align: center;
6666
}
6767
</style>
68-
<p class="animated">------- CONTRIBUTIONS SO FAR -------</p>
68+
<p >------- CONTRIBUTIONS SO FAR -------</p>
6969
<div class="animated" id="contributions-number">07</div>
7070
</div>
7171
</div>
@@ -134,7 +134,7 @@ <h2>Help your friends find some good learning resources</h2>
134134
<p class="name">Gilang Kharisma</p>
135135
<p class="contact">
136136
<i class="fab fa-twitter"></i>
137-
<a href="https://www.twitter.com/lalumuhammadgk1" target="_blank">Your handle</a>
137+
<a href="https://www.twitter.com/lalumuhammadgk1" target="_blank">@lalumuhammadgk1</a>
138138
</p>
139139
<p class="about">I'm Gilang Kharisma, I'm still learning about mysql, and I interested with web
140140
programing, I'm from indoneisa, Nice to meet you</p>
@@ -1463,7 +1463,7 @@ <h2>Help your friends find some good learning resources</h2>
14631463
<p class="name">Anirudha Kurhade</p>
14641464
<p class="contact">
14651465
<i class="fab fa-linkedin-in"></i>
1466-
<a href="https://www.linkedin.com/in/anikurhade/" target="_blank">Anirudha Kurhade/a>
1466+
<a href="https://www.linkedin.com/in/anikurhade/" target="_blank">Anirudha Kurhade</a>
14671467
</p>
14681468
<p class="about">Hey I'am Anirudha Kurhade👋. I am 19 Year Student ,
14691469
Currently Perusing My BTech In Computer Engineering At Pune.

0 commit comments

Comments
 (0)