Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Document</title>
</head>
<body>
Expand Down
Binary file added images/simonCat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 57 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,64 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="/style/favicon.ico">
<link rel="stylesheet" href="/style/index.css">
<title>A Web Developer</title>
</head>
<body>

<header>
<h1>Kyle Li</h1>
<hr class = "top-line">
<nav class = "top-nav">
<a href="/index.html">Home</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
<a href="/projects.html">Projects</a>
</nav>
<h2>A Little About Me</h2>
<p>
I have took some college level programming courses and courses from Udemy. These experience helps me understand how things work behind the screen. I am currently enrolled in Lambda School, and I will learn lot more technique from them to build great projects.
</p>
<p>
Programming is a skill that requires lots of hours of learning and practicing. I never thought of myself becoming a web developer when I was still just a kid, but I know if there is something that has to do with computer I'd be down!
</p>


</header>
<section class="bg-img">
<!-- img section -->
</section>
<section class="projects">
<div class="projects-container">
<div class="box">
<i class="fa fa-pencil-square-o"></i>
<a href="">Working On</a>
</div>
<div class="box">
<i class="fa fa-street-view"></i>
<a href="">Imitated</a>
</div>
<div class="box">
<i class="fa fa-soccer-ball-o"></i>
<a href="">Entertainment</a>

</div>
<div class="box">
<i class="fa fa-trophy"></i>
<a href="">Great Success</a>
</div>
</div>

<p>As A Full-Stack Web Developer, I Categorize Every Project That Is In My Hand.There Are Four Category For All My Projects.</p>


</section>
<footer>

<a href="/contact.html">Contact</a>

</footer>

</body>
</html>
Binary file added style/.DS_Store
Binary file not shown.
Binary file added style/favicon.ico
Binary file not shown.
Loading