-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathback-end.html
58 lines (54 loc) · 2.36 KB
/
back-end.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BACK END</title>
<link rel="stylesheet" href="../portfolio/simple-grid/simple-grid.css" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Redressed&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!--NAVIGATION target="_blank"-->
<section class="container">
<nav class="row">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="front-end.html">FRONT END</a></li>
<li>BACK END</li>
<li><a href="my-blog.html">MY BLOG</a></li>
<li><a href="contact.html">CONTACT ME</a></li>
</ul>
</nav>
</section>
<!-- TITLE -->
<section class="container title-color">
<div class="row">
<a class="col-4 col-6-sm center" href="index.html"><img src="professional-pic.jpg" alt="a picture of a black woman wearing a black shirt" width="100%"></a>
<h1 class="col-8 col-6-sm center">Kanyisa Ntombini</h1>
</div>
</section>
<!-- CONTENT -->
<section class="container">
<p>Here are links to my back-end projects.</p>
</section>
</body>
<footer class="container">
<!-- SOCIAL MEDIA -->
<section class="row">
<!-- EMPTY -->
<div class="col-2 col-2-sm"></div>
<!-- LINKEDIN -->
<a class="col-2 col-2-sm" href="" target="_blank"><img src="../cv-webpage/icons/linkedin.png" width="100%" alt="twitter icon"></a>
<!-- TWITTER -->
<a class="col-2 col-2-sm" href="https://twitter.com/NtombiniKanyisa" target="_blank"><img src="../cv-webpage/icons/twitter.png" width="100%" alt="linkedin icon"></a>
<!-- PATREON -->
<a class="col-2 col-2-sm" href="" target="_blank"><img src="../cv-webpage/icons/patreon.png" width="100%" alt="patreon icon"></a>
<!-- GITHUB -->
<a class="col-2 col-2-sm" href="https://github.com/Kanyisa-Ntombini" target="_blank"><img src="../cv-webpage/icons/github.png" width="100%" alt="github icon"></a>
<!-- EMPTY -->
<div class="col-2 col-2-sm"></div>
</section>
<!-- COPYRIGHT -->
<div class="center"><p>© 2021 by Kanyisa Ntombini</p></div>
</footer>
</html>