-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathprofile.html
43 lines (43 loc) · 1.13 KB
/
profile.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
-<!DOCTYPE html>
-
-<html>
- <head>
- <rel="stylesheet" type="text/css" href="css/main.css" />
- <meta http-equiv="content-type" content="text/php; charset=utf-8" />
-
- <title>User Profile - Code Pair Partners</title>
- </head>
-
- <body>
- <h1> User Profile </h1>
- <img src="http://enadcity.org/enadcity/wp-content/uploads/2017/02/profile-pictures.png" alt="Mountain View" style="width:304px;height:228px;">
-
-
- <p>Online vs Offline</p>
- <ul>
- <li>username: John Doe</li>
- <li>Los Angeles</li>
- <li>JavaScript</li>
- <li>[email protected]</li>
- <li>Github</li>
- <li> About Me: I am from sunny LA. Learning JS and other cool things. </li>
-
- </ul>
-
- <h2>Projects </h2>
- <ul>
- <li> <a href="#"> project 1</a> </li>
- <li> <a href="#">project 2 </a></li>
- </ul>
- <h2>Skills</h2>
- <li>Beginner or Intermediate</li>
- <li>JavaScript</li>
- <li>HTML</li>
- <li>CSS</li>
- </ul>
-
- <p>Schedule</p>
-
-
- </body>
-</html>