-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpost.html
145 lines (139 loc) · 4.93 KB
/
post.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Me: Hillary Nyakundi</title>
<meta
name="description"
content="Hillary Nyakundi a passionate technical writer and visionary, dedicated to leading and inspiring upcoming talents and developers, from Nairobi, Kenya"
/>
<meta
name="viewport"
charset="utf-8"
content="width=device-width, initial-scale, maximum-scale=1, minimum-scale=1"
/>
<link
href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Russo+One&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
/>
<link rel="stylesheet" type="text/css" href="default.css" />
<link id="theme-style" rel="stylesheet" type="text/css" href="" />
</head>
<body>
<section class="s1">
<div class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li><a href="index.html">Home</a></li>
</ul>
</div>
<div class="main-container">
<h3 style="text-align: center">Hello !!!</h3>
<h3 style="text-align: center">Hello, Thank You For Stopping By</h3>
<h3 style="text-align: center">Some of My Projects</h3>
<div class="post-wrapper">
<div>
<div class="post">
<img class="thumbnail" src="images/python.png" alt="Python"/>
<div class="post-preview">
<h6 class="post-title">Python Projects</h6>
<p class="post-intro">
An Open-Source project collecting beginner friendly projects
</p>
<a href="https://github.com/larymak/Python-project-Scripts"
>Read More</a
>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src="./images/images.jpg" alt="projects"/>
<div class="post-preview">
<h6 class="post-title">Html-Css-JS Recap</h6>
<p class="post-intro">
Introduction to Web Development, HTML, CSS, and Git
</p>
<a href="https://github.com/larymak/Html-Css-Recap"
>Read More</a
>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src="images/ecom.png" alt="project" />
<div class="post-preview">
<h6 class="post-title">Django Ecom Website</h6>
<p class="post-intro">
A Django E-Comm site made by Python and the Django with all
features of a shopping website.
</p>
<a href="https://github.com/larymak/Django-Ecom-Website"
>Read More</a
>
</div>
</div>
</div>
</div>
</div>
<h3 style="text-align: center">More Projects on GitHub</h3>
<p align="center">
<a href="https://github.com/larymak">
<button type="button" style="background-color: orange">
GitHub
</button></a
>
</p>
</section>
<section class="s2">
<div class="footer-basic">
<footer>
<div class="social">
<a target="_blank" href="https://www.instagram.com/nextgencoders/"
><i class="fa fa-instagram"></i
></a>
<a
target="_blank"
href="https://www.linkedin.com/in/hillary-nyakundi-3a64b11ab/"
><i class="fa fa-linkedin"></i
></a>
<a target="_blank" href="https://twitter.com/larymak1"
><i class="fa fa-twitter"></i
></a>
<a target="_blank" href="#"><i class="fa fa-facebook"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://www.freecodecamp.org/news/author/larymak/"
>Freecode Camp</a
>
</li>
<li class="list-inline-item">
<a href="https://github.com/larymak">GitHub</a>
</li>
<li class="list-inline-item">
<a href="https://larymak.hashnode.dev/">Blog</a>
</li>
<li class="list-inline-item">
<a href="https://dev.to/larymak">Dev</a>
</li>
</ul>
<p class="copyright">Hillary Nyakundi © 2024</p>
</footer>
</div>
</section>
<script type="text/javascript" src="script.js"></script>
</body>
</html>