-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
143 lines (111 loc) · 5.36 KB
/
home.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”utf-8” />
<title>Neha Ambati</title>
<link rel="stylesheet" href="webstyle.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#h").hover(function(){
$(this).css("color", "#cb7a00");
},
function(){
$(this).css("color", "#000000");
});
});
</script>
</head>
<body style="background-color: #e9d4f3;">
<div class="navbar-left">
<a href="home.html">Neha Ambati</h1>
</div>
<div class="navbar">
<a >Home</a>
<a>About</a>
<a>Resume</a>
</div>
<div>
<br><br><br><br><br><br><br>
<p id="h" class="top">Inquisitive Storyteller,<br>UX/UI Designer &<br>Problem Solver</p>
<p class="top-p">Hi there! I'm Neha Ambati, a Designer & Computer Science Wiz based in Toronto.</p>
<br><br><br><br>
</div>
<div class="flex-container" >
<div class="flex-row" style=" background-color: #4C6EFB; color: white">
<div class="flex-container" style=" background-color: #4C6EFB;">
<p class="top-lp">UX DESIGN | MOBILE | INTERACTION DESIGN</p>
<p class="top-l">InvestU</p>
<p class="top-lp">Designing a trusted and fun investment education app targeted towards teenagers.</p>
<p class="effect">VIEW CASE STUDY</p>
</div>
<div class="flex-container" style=" background-color: #4C6EFB;">
<img src="investU.png" width="475" height="515"></img>
</div>
</div>
<div class="flex-row" style=" background-color: #222222; color: white">
<div class="flex-container">
<p class="top-lp">UX DESIGN | MOBILE | INTERACTION DESIGN</p>
<p class="top-l">Pintrips</p>
<p class="top-lp">Designing a trusted and fun investment education app targeted towards teenagers.</p>
<p class="effect">VIEW CASE STUDY</p>
</div>
<div class="flex-container">
<img src="Pintrips.png" width="450" height="515"></img>
</div>
</div>
<div class="flex-row" style=" background-color: #FDC6D3;">
<div class="flex-container">
<p class="top-lp">UX DESIGN | MOBILE | INTERACTION DESIGN</p>
<p class="top-l">NTCR</p>
<p class="top-lp">Worked with owners to redesign the nonprofit North Toronto Cat Rescue website to enhance user satisfaction.</p>
<p id="effect" class="effect">VIEW CASE STUDY</p>
</div>
<div class="flex-container" >
<img src="NTCR.png" width="475" height="515"></img>
</div>
</div>
</div>
<div class="images" style=" background-color: #0a0a0a;">
<hr class="line">
<p style="font-family: 'Poppins'; text-align: center; color: white;">Happiness is. . . when you make<br>unexpected new friends.</p>
<a href="[email protected]">
<img class="center" src="Vector.png" width="40" height="30"></img>
</a>
<a href="https://www.linkedin.com/in/neha-ambati-a627b0202/">
<img class="center" src="Linkedin.png" width="30" height="30"></img>
</a>
<img class="center" src="ig.png" width="30" height="30"></img>
<br><br><br>
</div>
<!-- <div style="background-color: #222121;">
<br><br><br>
<p class= "bottom">Happiness is. . . when you make unexpected new friends."</p>
<br><br><br>
</div> -->
<!-- <div class="row" style=" background-color: #fac5ea;">
<div class="column" style=" background-color: #fac5ea;">
<p class="top-lp">REDESIGN WEBSITE & MOBILE</p>
<p class="top-l">North Toronto<br> Cat Rescue</p>
<p class="top-lp">Worked with owners to redesign the nonprofit North Toronto Cat Rescue website to enhance user satisfaction.</p>
<p class="top-lp">VIEW CASE STUDY</p>
<br><br><br><br><br><br>
</div>
<div class="column" style=" background-color: #fac5ea;">
<img src="investU.png" width="659" height="678"></img>
</div>
</div>
<div class="row" style=" background-color: #262526;">
<div class="column" style=" background-color: #242324;">
<p class="top-lp">UX DESIGN | MOBILE | INTERACTION DESIGN</p>
<p class="top-l">Pintrips</p>
<p class="top-lp">Designing a new way to plan trips faster and easier than ever.</p>
<p class="top-lp">VIEW CASE STUDY</p>
<br><br><br><br><br><br><br><br><br><br><br><br>
</div>
<div class="column" style=" background-color: #252425;">
<img src="investU.png" width="659" height="678"></img>
</div>
</div> -->
</body>
</html>