-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (63 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/responsive.css">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
<title>Portfolio</title>
</head>
<body>
<header>
<img id="logo" src="img/Udacity_logo.png" alt="UdacityLogo">
<div class="heading">
<h1 class="headTitle">SHIVANI MISHRA</h1>
<h3 class="headDetail">
FRONT-END NINJA</h3>
</div>
</header>
<div id="codeImg">
<img src="img/CImg.jpg" alt="CodeImage" width="100%">
</div>
<h2>Featured Work</h2>
<hr>
<div class="work">
<article id="a1">
<img src="img/parrot_atc.PNG" alt="TradeCard">
<h4>Animal Trading Card</h4>
<a href="https://dushivani.github.io/Animal-trading-card/">
dushivani/Animal-trading-card</a>
</article>
<article id="a2">
<img src="img/protImg.PNG" alt="CodeImage" width="471" height="476">
<h4>Portfolio</h4>
<a href="#">
www.shivani.com/udacity-portfolio</a>
</article>
<article id="a3">
<img src="img/tributeImg.PNG" alt="Tribute">
<h4>A-tribute-to-APJ-Abdul-Kalam</h4>
<a href="https://dushivani.github.io/A-tribute-to-APJ-Abdul-Kalam/">
dushivani/A-tribute-to-APJ-Abdul-Kalam</a>
</article>
<article id="a4">
<img src="img/memory-game.PNG" alt="Tribute">
<h4>Memory Game</h4>
<a href="https://dushivani.github.io/Memory-Game">
dushivani/Memory-Game</a>
</article>
<article id="a5">
<img src="img/classic-arcade-game.PNG" alt="Tribute">
<h4>Classic Aracade Game</h4>
<a href="https://dushivani.github.io/Classic-Arcade-Game">
dushivani/Classic-Arcade-Game</a>
</article>
</div>
<br><br><br><br><br>
<hr>
<footer>
© 2018 Shivani Mishra
</footer>
</body>
</html>