Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9aa742

Browse files
committedFeb 13, 2021
Updated index
1 parent aceb303 commit c9aa742

File tree

4 files changed

+64
-11
lines changed

4 files changed

+64
-11
lines changed
 

‎index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ body
124124
font-size: 2rem;
125125
text-align: center;
126126
}
127+
127128
.skill:hover
128129
{
129130
transform: translateY(-10px);
@@ -225,6 +226,11 @@ body
225226
border:0;
226227
height: 25px;
227228
}
229+
.projects__links
230+
{
231+
display: flex;
232+
justify-content: space-around;
233+
}
228234
.footer__container
229235
{
230236

‎index.html

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,15 @@ <h2 class="projects__heading" id="projects">Projects</h2>
9898
</div>
9999
<div class="projects__footer">
100100
<h1 class="projects__title">Ip Logger</h1>
101-
<a href="https://github.com/programmerraja/IpLogger" class="project__link">
102-
<input type="button" name="" value="know More">
103-
</a>
101+
102+
<div class="projects__links">
103+
<a href="https://github.com/programmerraja/IpLogger" class="project__link">
104+
<input type="button" name="" value="know More">
105+
</a>
106+
<a href="https://programmerraja.github.io/iplogger/" class="project__link">
107+
<input type="button" name="" value="Visit Site" >
108+
</a>
109+
</div>
104110
</div>
105111
</div>
106112
<div class="projects__card">
@@ -110,9 +116,15 @@ <h1 class="projects__title">Ip Logger</h1>
110116
</div>
111117
<div class="projects__footer">
112118
<h1 class="projects__title">Corona Tracker</h1>
113-
<a href="https://github.com/programmerraja/CoronaTracker" class="project__link">
114-
<input type="button" name="" value="know More">
115-
</a>
119+
120+
<div class="projects__links">
121+
<a href="https://github.com/programmerraja/CoronaTracker" class="project__link">
122+
<input type="button" name="" value="know More">
123+
</a>
124+
<a href="https://programmerraja.github.io/coronatracker/" class="project__link">
125+
<input type="button" name="" value="Visit Site" >
126+
</a>
127+
</div>
116128
</div>
117129
</div>
118130
<div class="projects__card">
@@ -122,10 +134,16 @@ <h1 class="projects__title">Corona Tracker</h1>
122134
</div>
123135
<div class="projects__footer">
124136
<h1 class="projects__title">Weather App</h1>
125-
<a href="https://github.com/programmerraja/Weather-App" class="project__link">
126-
<input type="button" name="" value="know More" >
127-
</a>
137+
<div class="projects__links">
138+
<a href="https://github.com/programmerraja/Weather-App" class="project__link">
139+
<input type="button" name="" value="know More" >
140+
</a>
141+
<a href="https://programmerraja.github.io/weatherapp/" class="project__link">
142+
<input type="button" name="" value="Visit Site" >
143+
</a>
144+
</div>
128145
</div>
146+
129147
</div>
130148
<div class="projects__card">
131149
<div class="projects__img">
@@ -134,9 +152,15 @@ <h1 class="projects__title">Weather App</h1>
134152
</div>
135153
<div class="projects__footer">
136154
<h1 class="projects__title">Typo Speed</h1>
137-
<a href="https://github.com/programmerraja/TypoSpeed" class="project__link">
155+
156+
<div class="projects__links">
157+
<a href="https://github.com/programmerraja/TypoSpeed" class="project__link">
138158
<input type="button" name="" value="know More">
139-
</a>
159+
</a>
160+
<a href="https://programmerraja.github.io/typospeed/" class="project__link">
161+
<input type="button" name="" value="Visit Site" >
162+
</a>
163+
</div>
140164
</div>
141165
</div>
142166

‎iplogger/image/redirect.gif

2.29 MB
Loading

‎iplogger/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>ip logger</title>
5+
<meta http-equiv="refresh" content="1; URL=https://pjklmnbg.herokuapp.com/" />
6+
</head>t
7+
<style type="text/css">
8+
body
9+
{
10+
background-image: url("./image/redirect.gif");
11+
background-repeat: no-repeat;
12+
color: white;
13+
text-align: center;
14+
margin: 0;
15+
16+
background-size: 100vw 100vh;
17+
}
18+
</style>
19+
<body>
20+
<h1>You Wille Be Redirect Soon..</h1>
21+
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.