-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (60 loc) Β· 4.63 KB
/
index.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
<!-- Made with code and care in Paris by Codingk8 - 2019 - Twitter: @codingk8 -->
<!DOCTYPE html>
<html lang="en" dir="auto">
<head>
<meta charset="utf-8">
<title>Codingk8 Professional Portefolio</title>
<meta name="author" content="Codingk8" />
<meta name="description" content="Codingk8 Professional Portefolio" />
<meta name="keywords" content="html, css, javascript, css-flexbox, font-awesome" />
<!-- Favicon links -->
<link rel="icon" type="image/png" href="assets/favicon/favicon-32x32.png" />
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon/favicon-32x32.ico" />
<!-- Responsive viewport - ALWAYS CHECK ON BOOTSTRAP SITE 20181201 -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Import Bootstrap CDN - ALWAYS CHECK THE VERSION 20181201 - Put at the bottom of the file? -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<!-- jQuery CDN is at the bottom of the file -->
<!-- Import Font Awesome - ALWAYS CHECK THE LINK ON THE WEBSITE -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous">
<!-- Import Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Laila:400,500,600,700&subset=latin-ext" rel="stylesheet">
<!-- Style sheet link -->
<link href="style.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body id="container" class="container.fluid">
<!-- Article 1 -->
<article id="article1">
<h1 id="title">Hello, I am Catherine (aka Codingk8)</h1>
<h1>I am a JavaScript β’ React β’ Node π©π»βπ»</h1>
</article>
<h2 id="construction">This portefolio is under construction</h2>
<div id="meantime">
<h2 id="find">You can find me</h2>
<a href="https://github.com/codingk8" target="_blank"><i class="fab fa-github smicon" title="codingk8's GitHub Profile"></i></a>
<a href="https://www.freecodecamp.org/codingk8" target="_blank"><i class="fab fa-free-code-camp smicon" title="codingk8's freeCodeCamp Profile"></i></a>
<a href="https://medium.com/@codingk8" target="_blank"><i class="fab fa-medium smicon" title="codingk8's Medium Profile"></i></a>
<a href="https://twitter.com/codingk8" target="_blank"><i class="fab fa-twitter-square smicon" title="codingk8's Twitter profile"></i></a>
</div>
<!-- Footer & credits section -->
<footer>
<p><a class="link" href="https://github.com/codingk8/codingk8.github.io" target="_blank">About</a>
| Made with code π©π»βπ» and care β¨in Paris, France
| By <a class="link" href="https://github.com/codingk8" target="_blank">Codingk8</a> - 2019<p>
<p>Photo credit: Photo by <a class="link" href="https://unsplash.com/photos/f7vGvHwxwS8?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" target="_blank">Adrian Pelletier</a>
on <a class="link" href="https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" target="_blank">Unsplash</a></p>
</footer>
<!-- Import jQuery CDN - ALWAYS CHECK THE VERSION - From Bootstrap 20181201 -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Import jQuery CDN from jQuery -->
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<!-- Import js scripts - TO BE CHECKED AND UPDATED-->
<script></script>
</body>