-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.html
More file actions
68 lines (56 loc) · 2.6 KB
/
Home.html
File metadata and controls
68 lines (56 loc) · 2.6 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
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
My Portfolio
</title>
<link rel="stylesheet" href="style.css">
</head>
<nav>
<body background="Desktop - 3 (1).jpg">
<br>
<nav>
<h3 align="left">
<font size="6"> Araish</font>
<font size="5" style="color:white">
<a href="Home.html" >Home</a>
<a href="work.html" >Work</a>
<a href="education.html" >Education</a>
<a href="https://www.figma.com/proto/Qjx0IfqoF5d8B9YdSu8oLr/ARAISH-DESIGNS!?node-id=1%3A133&starting-point-node-id=1%3A133" >Portfolio</a>
</font>
</nav>
<div>
<br><br><br><br><br><br>
<font face="Arial" size="10" style="color:rgb(209, 196, 183)"> HELLO THERE</font><br>
<font face="Times New Roman" style="font-size:100px" color="white"> I'm Araish</font><br>
<font face="Arial" size="6" style="color:white"> UI/UX Enthusiast & Frontend Web Developer
</font><br><br><br>
<font face="Arial" size="5" style="color:rgb(224, 219, 214)"> Steve Jobs,co-founder of Apple,Inc.
</font><br>
<font face="Arial" size="5" style="color:rgb(224, 219, 214)"> Design is not just what it looks like and feels like.
<br> Design is how it works.</font><br> <br> <br>
<button class="button1">
<a href="hire.html" style="color:rgb(201, 30, 164)">Hire Me</a>
</font></button>
</div>
</h3>
</body>
</html>