-
Notifications
You must be signed in to change notification settings - Fork 0
/
my_site.html
27 lines (22 loc) · 1005 Bytes
/
my_site.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
l<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>my website</title>
<link rel="stylesheet" href ="\Users\shubham bhasker\Desktop\neonphotography\mysite.css">
</head>
<body>
<div class="container">
<img src="\Users\shubham bhasker\Desktop\neonphotography\NeonWebpage_Img/neon-logo.png" class="logo">
<div class="content">
<h1>NEON</h1>
<h2>PHOTOGRAPHY</h2>
<p>Our mission is to make everyone finacially self-reliable using either their skills or resources.Our vision is to build an ecosystem where finding
or providing gig jobs or services</p>
<a href="#" class="link">DISCOVER MORE</a>
<span>3rd OCT, 2020</span>
</div>
<img src="\Users\shubham bhasker\Desktop\neonphotography\NeonWebpage_Img/neon.png" class="featured-img">
<a href="#"><img src="\Users\shubham bhasker\Desktop\neonphotography\NeonWebpage_Img/search.png" class="search-img"></a>
</body>
</html>