Skip to content

Commit 60a83a3

Browse files
committed
Portfolio coming soon
1 parent 17bb1aa commit 60a83a3

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

docs/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ <h3>About</h3>
3333
<footer>
3434
<a href="http://twitter.com/pradpkhadka"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
3535
<a href="http://facebook.com/iampradp"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
36-
<p>&copy; 2016 Pradip Khadka.</p>
36+
<p>&copy; 2017 Pradip Khadka.</p>
3737
</footer>
3838
</div>
3939
</body>
40-
</html>
40+
</html>

docs/contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ <h3>Contact Details</h3>
3939
<footer>
4040
<a href="http://twitter.com/pradpkhadka"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
4141
<a href="http://facebook.com/iampradp"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
42-
<p>&copy; 2016 Pradip Khadka.</p>
42+
<p>&copy; 2017 Pradip Khadka.</p>
4343
</footer>
4444
</div>
4545
</body>
46-
</html>
46+
</html>

docs/css/main.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ header {
3737
width: 100%;
3838
}
3939

40+
#wrapper {
41+
clear: both;
42+
}
43+
4044
#logo {
4145
text-align: center;
4246
margin: 0;
@@ -95,7 +99,7 @@ footer {
9599
text-align: center;
96100
clear: both;
97101
padding-top: 50px;
98-
color: #ccc;
102+
color: #32673f;
99103
}
100104

101105
.social-icon {
@@ -148,7 +152,7 @@ PAGE: ABOUT
148152

149153

150154
/***************************************
151-
PAGE: PORTFOLIO
155+
PAGE: CONTACT
152156
***************************************/
153157

154158
.contact-info {

docs/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ <h2>Front End Developer</h2>
2525
</header>
2626
<div id="wrapper">
2727
<section>
28+
<p style="font-size: 1.75em; text-align: center;">
29+
Portfolio is coming soon. Thanks for the visit.
30+
</p>
31+
</section>
32+
33+
<!-- <section>
2834
<ul id="gallery">
2935
<li>
3036
<a href="img/numbers-01.jpg">
@@ -57,12 +63,12 @@ <h2>Front End Developer</h2>
5763
</a>
5864
</li>
5965
</ul>
60-
</section>
66+
</section> -->
6167
<footer>
6268
<a href="http://twitter.com/pradpkhadka"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
6369
<a href="http://facebook.com/iampradp"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
64-
<p>&copy; 2016 Pradip Khadka.</p>
70+
<p>&copy; 2017 Pradip Khadka.</p>
6571
</footer>
6672
</div>
6773
</body>
68-
</html>
74+
</html>

0 commit comments

Comments
 (0)