-
Notifications
You must be signed in to change notification settings - Fork 0
/
Untitled-1 (1).html
70 lines (63 loc) · 2.22 KB
/
Untitled-1 (1).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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="https://static.pingendo.com/bootstrap/bootstrap-4.3.1.css">
<link rel="stylesheet" href="./portfolio.css">
</head>
<body>
<title>Portfolio</title>
<link rel="stylesheet" href="./portfolio.css">
</head>
<body>
<div class="full-page">
<header class="head">
<h1>Demo Portfolio for Projects at UAL</h1>
</header>
<div class="cont">
<!-- Information and picture -->
<div class="info">
<div class="left-side-info">
<h3>Om
</h3>
<h5>Web Developer</h5>
<p>
Work in Progress.
</p>
</div>
<div class="right-side-info">
</div>
</div>
<!-- Projects -->
<div class="projects">
<div class="project-head">
<h2></h2>
</div>
<div class="project-body">
<div class="box1">
<div> <h4>About</h4></div>
<p>This is only to demonstrate basic HTML and CSS functionality.</p>
</div>
<div class="box2">
<h4>Projects</h4>
<p> Look at this space for new projects soon! </p>
</div>
<div class="box3">
<h4>More Info</h4>
<p>[email protected]</p>
</div>
</div>
</div>
<!-- Experience -->
<div class="experience">
<h2>Experience</h2>
<p>This is a work under process.</p>
</div>
</div>
<!-- Rotating Square -->
<div class="square" ></div>
</div>
</body>
</html>