Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e245e2

Browse files
committed
Built site for gh-pages
1 parent 335ab27 commit 1e245e2

35 files changed

+8978
-0
lines changed

.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0db63b25

about.html

Lines changed: 603 additions & 0 deletions
Large diffs are not rendered by default.

footer.css

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
.nav-footer {
2+
background-color: #222;
3+
color: #eee;
4+
padding: 2rem;
5+
font-size: 0.9rem;
6+
margin-top: 3rem;
7+
}
8+
9+
.footer-top {
10+
display: flex;
11+
flex-wrap: wrap;
12+
gap: 2rem;
13+
justify-content: space-between;
14+
}
15+
16+
.footer-top > div {
17+
flex: 1 1 200px;
18+
min-width: 180px;
19+
}
20+
21+
.footer-bottom {
22+
text-align: center;
23+
margin-top: 1.5rem;
24+
border-top: 1px solid #444;
25+
padding-top: 1rem;
26+
font-size: 0.8rem;
27+
color: #aaa;
28+
}
29+
30+
.footer-top a {
31+
color: #ccc;
32+
text-decoration: none;
33+
}
34+
35+
.footer-top a:hover {
36+
text-decoration: underline;
37+
}
38+
39+
.footer-newsletter form {
40+
display: flex;
41+
gap: 0.5rem;
42+
margin-top: 0.5rem;
43+
}
44+
45+
.footer-newsletter input[type="email"] {
46+
flex-grow: 1;
47+
padding: 0.4rem;
48+
border-radius: 3px;
49+
border: none;
50+
}
51+
52+
.footer-newsletter button {
53+
background-color: #007acc;
54+
color: white;
55+
border: none;
56+
padding: 0.4rem 1rem;
57+
border-radius: 3px;
58+
cursor: pointer;
59+
}
60+
61+
.footer-newsletter button:hover {
62+
background-color: #005fa3;
63+
}

img/catbells.jpeg

65.4 KB
Loading

img/nw-fav.png

1.32 MB
Loading

img/nw.png

75.2 KB
Loading

img/prof_pic.jpg

347 KB
Loading

0 commit comments

Comments
 (0)