-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (51 loc) · 3.45 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<title> Priya Shah </title>
<link rel="icon" href="https://avatars0.githubusercontent.com/u/26320728?s=400&v=4" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
</head>
<body>
<div class="titles">
<img class="cartoon" src="https://avatars3.githubusercontent.com/u/26320728?s=400&u=ea9db37f48696ed34fb4c204eecd8b0409d769cb&v=4"/>
<div align="center" >
<div class="typewriter">
<h1> Hi! <!-- <br> -->I'm Priya Shah </h1>
</div>
</div>
<p> Currently working with <a href="https://www.nokia.com/" target="_blank"><u>Nokia </u></a> as a Software Test Automation Developer</p>
<!--<p> Mobile Systems Researcher at <a href="https://phone-lab.org" target="_blank"> PhoneLab </a> with <a href="https://blue.cse.buffalo.edu/people/gwa/" target="_blank"> Geoffrey Challen</a>.</p>-->
<!-- <p> Previously at <a href="" target="_blank">Blue </a> and <a href="" target="_blank"> Viacom</a>.</p> -->
<div style="display: table;margin: 0 auto;">
<a href="https://github.com/priyacshah" target="_blank"> <i class="fa fa-github fa-lg social"></i> </a>
<span class="bullets"> • </span>
<a href="https://www.linkedin.com/in/priya-shah-28336bb2" target="_blank"> <i class="fa fa-linkedin fa-lg social" ></i></a>
<span class="bullets"> • </span>
<a href="resource/" target="_blank"><i class="fa fa-file-text fa-lg social"></i></a>
<span class="bullets"> • </span>
<a href="mailto:[email protected]" ><i class="fa fa-envelope fa-lg social" ></i></a>
<span class="bullets"> • </span>
<a href="https://www.instagram.com/artistry_space/" target="_blank"> <i class="fa fa-instagram fa-lg social"></i> </a>
<span class="bullets"> • </span>
<a href="https://www.twitter.com/PriyaShah1545" target="_blank"> <i class="fa fa-twitter fa-lg social" ></i></a>
<span class="bullets"> • </span>
<a href="https://www.facebook.com/pcshah123" target="_blank"> <i class="fa fa-facebook fa-lg social" ></i> </a>
<span class="bullets"> • </span>
<a href="https://www.youtube.com/channel/UChT3j8dmfLEHv2hraSmk8iA" target="_blank"> <i class="fa fa-youtube-play fa-lg social" ></i> </a>
<span class="bullets"> • </span>
<a href="https://in.pinterest.com/priyashah1545/" target="_blank"> <i class="fa fa-pinterest fa-lg social" ></i> </a>
<span class="bullets"> • </span>
<a href="https://www.quora.com/profile/Priya-Shah-52" target="_blank"> <i class="fa fa-quora fa-lg social" ></i> </a>
<span class="bullets"> • </span>
<a href="https://priyacshah.github.io/blog" target="_blank" title="Blog"> <i class="fa fa-quote-left fa-lg blog" ></i> </a>
<span class="bullets"> • </span>
</div>
</div>
<canvas id=c></canvas>
<script type="text/javascript" src="js/network_2.js"> </script>
</body>
</html>