-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (83 loc) · 3.43 KB
/
index.html
File metadata and controls
87 lines (83 loc) · 3.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./style.css">
<title>Portfolio</title>
</head>
<body>
<header>
<div class="container">
<nav class="flex items-centre justify-between">
<div class="left flex justfiy-right">
<div class="logo">
<img src="C:\Users\divesh\Downloads\oibsip_taskno2-main\oibsip_taskno2-main\logo.jpg" width="50px" alt="logo">
</div>
<div>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Blog</a></li>
<a href="#">More</a>
</div>
</div>
<div class="right">
<button class="btn btn-primary">Contact</button>
</div>
</nav>
</div>
</header>
<div class="hero flex items-centre justify-between">
<div class="left flex-1 justify-center">
<img src="C:\Users\divesh\Downloads\oibsip_taskno2-main\oibsip_taskno2-main\profile pic.jpg" alt="Profile">
</div>
<div class="right flex-1">
<h6>Divesh Masurkar</h6>
<h1>I'm a Web<br> <span>Developer</span></h1>
<p>I am self motivated , flexible, responsible and hardworking person .
I can able to work with both in a tem environment as well as individual .</p>
<div>
<button class="btn btn-secondary">DOWNLOAD CV</button>
</div>
</div>
</div>
<section class="about">
<div class="container flex items-centre">
<div class="left flex-1 justify-right">
</div>
<div class="right flex-1">
<h1>About <span>Me</span></h1>
<h3>Hello! I'm Divesh Masurkar.</h3>
<p>I am currently in third year IT Branch in VPPCEO .
I am self motivated , flexible, responsible and hardworking person . I can able to work with both in a tem environment as well as individual .
</p>
<div class="socials">
<a href="#"><img src="C:\Users\divesh\Downloads\oibsip_taskno2-main\oibsip_taskno2-main\website.png" width="40px"></a>
<a href="#"><img src="C:\Users\divesh\Downloads\oibsip_taskno2-main\oibsip_taskno2-main\facebook.png" width="40px"></a>
<a href="#"><img src="C:\Users\divesh\Downloads\oibsip_taskno2-main\oibsip_taskno2-main\inst_logo.jpeg" width="40px"></a>
<!-- <a href="#"><img src="./images/media-player.png" width="40px"></a> -->
</div>
</div>
</div>
</section>
<section class="services">
<div class="container">
<h1 class="services-head">Services</h1>
<p>All your digital needs... covered.</p>
<div class="card-grid">
<div class="card">
<h2>Graphic Desgin</h2>
<p>I can able to made a contents related vedios or design according to your opinion</p>
</div>
<div class="card">
<h2>Web Development</h2>
<p>I can create Website on your opinion. I also made a website of social media,where user can interact with each other.</p>
</div>
<div class="card">
<h2>Content Writing</h2>
<p> I can able create content of your topic </p>
</div>
</div>
</div>
</section>
</body>
</html>