mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-16 01:07:26 +00:00
Merge pull request #201 from Kathy145/kathylambert
Added the kathylambert.html file.
This commit is contained in:
commit
e819594a59
62
code/kathylambert.html
Normal file
62
code/kathylambert.html
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>Kathy Lambert Hacktoberfest 2018 Profile</title>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="">
|
||||||
|
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Kathy Lambert</h1>
|
||||||
|
<h3>Software Developer | Project Manager | Web Designer </h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I am an intellectually curious individual with an insatiable desire to understand.</li>
|
||||||
|
<li>I utilize my diverse background, experiences, and skills to help me be resourceful, organized and forward-thinking.</li>
|
||||||
|
<li>I am actively looking for my first developer position post graduation from General Assembly's bootcamp.</li>
|
||||||
|
<li>I ❤️ making the world beautiful one line of code at a time.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>Get to know me better =>
|
||||||
|
<a href="https://kathylambert.me">
|
||||||
|
<i class="fas fa-laptop" style="color: #00B8CB"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/Kathy145">
|
||||||
|
<i class="icon fab fa-github" style="color: #00B8CB"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://www.linkedin.com/in/k-lambert/">
|
||||||
|
<i class="icon fab fa-linkedin" style="color: #00B8CB"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://www.freecodecamp.org/kathy145">
|
||||||
|
<i class="icon fab fa-free-code-camp" style="color: #00B8CB"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- <script src="" async defer></script> -->
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--main-font: 'Raleway', Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h3, ul, p {
|
||||||
|
font-family: var(--main-font)
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user