-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (46 loc) · 1.64 KB
/
Copy pathindex.html
File metadata and controls
52 lines (46 loc) · 1.64 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
<htnl>
<head>
<meta charset="utf-8" />
<title>Collins Mucho</title>
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<div id="header" class="bg2">
<div id="greet">
<h1>Ola!</h1>
<h1 l>I'm Collins.</h1>
</div>
</div>
<div id="content" class="bg1">
<div id="about" class="container">
<br/>
<div class="margin-top-50">
<p>I am a mobile and desktop application developer.</p>
<p>I like to watch classic movies from the 1900s</p>
<p>I like my coffee dark.</p>
<p>I work better when under pressure.</p>
<br/>
<p>You can read more about me by clicking <a class="button" href="aboutem.html">here</a>.</p>
</div>
<div class="margin-top-50">
<p>also, you can check out some of the</p>
<p class="margin-top-20"><a class="button button-large" href="projects.html">Projects I've Worked On.</a></p>
</div>
<div class="margin-top-50">
<p>find me on:</p>
<div id="social">
<a class="button" href="http://twitter.com/sleepchild3">twitter</a>
<a class="button" href="http://github.com/sleepchild">github</a>
<a class="button" href="#linkedin">linkedin</a>
<a class="button" href="#telewatwat">tele-what-what</a>
</div>
</div>
</div>
</div>
<div id="footer" class="bg2">
<p>Collins Mucho - 2022</p>
</div>
<script type="text/javascript" src="js/app.js"></script>
</body>
</htnl>