-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (62 loc) · 2.36 KB
/
Copy pathindex.html
File metadata and controls
64 lines (62 loc) · 2.36 KB
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
<!DOCTYPE html>
<html>
<header>
<title>FgCheunghChen1 GitHub Repository</title>
<link rel="stylesheet" href="main.css" type="text/css" />
</header>
<body id="index" class="home">
<header id="banner" class="body">
<h1>
<a href="#">FgCheunghChen1 Home Page</a>
</h1>
<nav>
<ul>
<li class="active"><a href="index.html">home</a></li>
<li><a href="portofolio.html">portfolio</a></li>
<li><a href="projects.html">projects</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</header><!-- /#banner -->
<aside id="featured" class="body">
<article>
<figure>
<img src="images/temp/sm-logo.gif" alt="Fg11Logo" />
</figure>
<hgroup>
<h2>About Me</h2>
<h3><a href="#">Freddy Cheungh</a></h3>
</hgroup>
<p>         Hi! Welcome to my webpage. In here you will find all the projects I have been doing for the pass year and a half.
Feel free to take them and use them as a template for an app or web design.</p> </article></aside><!-- /#featured -->
<section id="content" class="body">
<ol id="posts-list" class="hfeed">
<li>
<article class="hentry">
<header>
<h2 class="entry-title"><a href="#" rel="bookmark" title="Permalink to this POST TITLE">Welcome to my site!</a></h2>
</header>
<footer class="post-info">
<abbr class="published" title="2005-10-10T14:07:00-07:00"><!-- YYYYMMDDThh:mm:ss+ZZZZ --> 24th February 2013 </abbr>
<address class="vcard author"> By <a href="mailto:fgcc1111@gmail.com">Freddy Cheungh</a> </address>
</footer><!-- /.post-info -->
<div class="entry-content">
<p> This website is created with the intention of practicing what i have learned in school plus on my spare time. I will have my projects
and future projects posted through GitHub. Feel free to look at them and use them as reference or even as a starter for any of your projects.
Click on the project tab above or the following link: <a href="#">Projects</a></p>
</div><!-- /.entry-content -->
</article>
</li>
<li>
<article class="hentry"> ... </article>
</li>
<li>
<article class="hentry"> ... </article>
</li>
</ol><!-- /#posts-list -->
</section><!-- /#content -->
<footer id="contentinfo" class="body">
<p>2013</p>
</footer><!-- /#contentinfo -->
</body>
</html>