-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
75 lines (73 loc) · 3.15 KB
/
portfolio.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Portfolio | My Web</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="favicon_portfolio.png"/>
<style media="screen">
body {
/*background-color: #d9d9d9;*/
}
h1 {
color: #2b9604;
text-align: center;
text-decoration: underline;
padding: 15px;
}
h3 {
text-align: center;
text-transform: capitalize;
padding: 0;
}
ul li {
text-transform: capitalize;
}
/* BUG: color :color: #15bf15; */
</style>
</head>
<body>
<div class="projectintro">
<h1>Recent Works</h1>
</div>
<br>
<div class="projects">
<div class="firstproject">
<p style="text-decoration:underline;padding-top:10px;padding-top:5px;"> Interior Innovative Design </p>
<p style="font-size:18px;">Interior Innovative Design Company's Official Website.
<br>
They're doing all type of Interior and Artwork designs.
</p>
<p><a href="https://vigneshjustin.github.io/IID-SERVICE/" target="_blank">www.IID.com</a></p>
</div>
<div class="secondproject animated">
<p style="text-decoration:underline;padding-top:10px;padding-top:5px;"> VigneshJustin.github.io </p>
<p style="font-size:18px;">My Personal Website.
<br>
You can find information about me here.<br>Welcome Everyone!
</p>
<p><a href="https://vigneshjustin.github.io/" target="_blank">www.Vignesh Justin.com</a></p>
</div>
<div class="secondproject">
<p style="text-decoration:underline;padding-top:10px;"> Ask Elon </p>
<p style="font-size:18px;">Ask Elon is a javaScript Calculator. Just Inspired by ELON MUSK.</p>
<p><a href="https://vigneshjustin.github.io/Ask-Elon/" target="_blank">www.Ask Elon.com</a></p>
</div>
<div class="secondproject">
<p style="text-decoration:underline;padding-top:10px;"> Next Project </p>
<p style="font-size:18px;">Update soon...</p>
<p><a href="#" target="_blank">www.Next Project.com</a></p>
</div>
</div>
</body>
</html>