-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (100 loc) · 5.29 KB
/
index.html
File metadata and controls
124 lines (100 loc) · 5.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163085456-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163085456-1');
</script>
<script src="https://www.googleoptimize.com/optimize.js?id=OPT-P4T3LDD"></script>
<meta charset="UTF-8">
<title>Nirav Surti</title>
<meta name="description" content="The portfolio of Nirav Surti, An Indian Web Designer based in Lublin, Poland." />
<meta name="keywords" content="nirav, surti, nirav surti, nil300, web design, graphic design, websites, graphics, photoshop, freelance, web developer" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans|Montserrat|Sacramento" rel="stylesheet">
<link rel="icon" href="Images/nil-favicon.ico">
<link rel="stylesheet" href="css/style.css">
<script src="https://www.googleoptimize.com/optimize.js?id=OPT-P4T3LDD"></script>
</head>
<body>
<div class="topnav">
<ul>
<li><a class="nav-right-link" href="index.html"></a></li>
<li><a class="nav-right-link" href="https://www.fiver.com/nil300">Graphic Designer</a></li>
<li><a id="webBtn" class="nav-right-link" href="Web Designing Work/TinCat/index.html">Web Designe</a></li>
<li><a class="nav-left-link" href="index.html"><img class="homeicon" src="Images/proicon.png" alt="icon" width="80%"></a></li>
</ul>
</div>
<div class="top-container">
<h1><em> I'm Nil</em></h1>
<p class="webdesign"><em>A Web Devloper & Designer</em></p>
<img class="fly" src="Images/bird-fly.gif" alt="fly-birds" width="20%" height="auto">
<img class="cover-img" src="Images/hawaii-background.svg" alt="mountain" width="100%" height="auto">
</div>
<div class="middle-section">
<div class="profile">
<img src="Images/profile-pic1.png" alt="profile-pic" width="15%" height="auto">
<h2>Nirav Surti</h2>
<p class="profile-discription">I'm an Indian web designer / developer based in Lublin, Poland(Europe). I
have a passion for web design and love to create website's for pc/laptop and mobile devices. I'm also a graphic designer
on<a href="https://www.fiver.com/nil300">Fiverr</a>, don't forget to check my graphic designing work</p>
</div>
<hr class="hr1">
<div class="skills">
<h2>What I can do.</h2>
<div class="skill-row">
<img class="code1-img" src="Images/responsive.gif" alt="profile-pic">
<h3>Design what you want.</h3>
<p>I like to keep it simple. My goals are to focus on typography, content and conveying the message that
you want to send to viewer.</p>
</div>
<div class="skill-row">
<img class="code2-img" src="Images/coding.gif" alt="profile-pic">
<h3>Develop what you need.</h3>
<p>I'm a developer, so I know how to create your website to run across devices using the latest
technologies available with fully responsive.</p>
</div>
</div>
<hr class="hr1">
<div class="contact-me">
<h2>Can i help you ?</h2>
<h3>I’m currently available for freelance work.</h3>
<p class="contact-msg">If you have a project that you want to get started or think, you need my help with
something or just fancy saying hey, then get in touch.</p>
</p>
</div>
</div>
<div style="text-align:center">
<h2>Some of my work</h2>
</div>
<!-- The four columns -->
<div class="video-wrap">
<iframe width="640" height="360" src="https://www.youtube.com/embed/wbPmF962lRI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video-wrap">
<iframe width="640" height="360" src="https://www.youtube.com/embed/lpsBew90NuM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video-wrap">
<iframe width="640" height="360" src="https://www.youtube.com/embed/tWfXltlGkHU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="bottom-section">
<a class="footer-link" href="https://www.linkdin.com">Linkdin</a>
<a class="footer-link" href="https://www.twitter.com">Twitter</a>
<a class="footer-link" href="https://www.fiverr.com/nil300">Hire Me</a>
<p class="copyright">Created with <img class="heart" src="Images/Heart.svg" alt=""> By Nil300. © Copyright 2019
Nirav Surti.</p>
</div>
<!-- <script>
function alertmsg() {
alert("I Will Add My Work Soon 😊!");
}
</script> -->
<!-- <script>document.getElementById("webBtn").addEventListener("click", function(){
alert("Hello World");});</script> -->
</body>
</html>