-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2_task.html
More file actions
114 lines (114 loc) · 3.69 KB
/
2_task.html
File metadata and controls
114 lines (114 loc) · 3.69 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
<!-----META SECTION----->
<!DOCTYPE html>
<html>
<head>
<title>Student Portfolio Website Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-----MENU SECTION------>
<div class="main-panel">
<div class="container">
<div class="width-33 logo">Port <span class="span-col">folio</span>
</div>
<div class="width-66">
<nav>
<a href="#">
<span class="span-col">Home</span>
</a>
<a href="#">About me</a>
<a href="#">Education</a>
<a href="#">My Services</a>
<a href="#">Portfolio</a>
<a href="#">Testimonial</a>
</nav>
</div>
</div>
<!------MAIN BANNERR------>
<div class="container ">
<div class="width-50">
<div class="banner-section">
<span class="span-col">Welcome To Dezven.com</span>
<h1>Evans <span class="span-col">Dezven</span>
</h1>
<h2>- I'm a passionate graphic designer from New York.</h2>
<a href="#">
<i class="fa fa-facebook"></i>
</a>
<a href="#">
<i class="fa fa-twitter"></i>
</a>
<a href="#">
<i class="fa fa-linkedin"></i>
</a>
<a href="#">
<i class="fa fa-instagram"></i>
</a>
<a href="#">
<i class="fa fa-github"></i>
</a>
</div>
</div>
<div class="width-50">
<img src="https://imgs.search.brave.com/57brWjV-y-KhGzM0zTvKIuUGKE_wGzlFcnSotxWSNu0/rs:fit:860:0:0/g:ce/aHR0cDovL20uZ2V0/dHl3YWxscGFwZXJz/LmNvbS93cC1jb250/ZW50L3VwbG9hZHMv/MjAyMC8wMy9SYXNo/bWlrYS1NYW5kYW5u/YS1XYWxscGFwZXJz/LWhkLnBuZw">
</div>
</div>
</div>
<!------ABOUT US SECTION------>
<div class="main-section bg-lightgrey">
<div class="container">
<div class="width-50">
<img src="images/about-us.png" class="about-img">
</div>
<div class="width-50">
<div class="about-us">
<h2 class="heading-text">About Us</h2>
<h3>I am available for UI UX Design Project</h3>
<p>Hi, I am Evans Dezven, From USA. Get best computer science student portfolio website Genius In You With Genius 2023. Welcome To The Best Private University in 2023.</p>
<div class="width-50 mt-20">
<table cellspacing="8" cellpadding="8">
<tr>
<th>Name:</th>
<td>Evans Dezven</td>
</tr>
<tr>
<th>Email:</th>
<td> info@example.com</td>
</tr>
<tr>
<th>Birthday:</th>
<td> 12 March, 1991</td>
</tr>
<tr>
<th>Study:</th>
<td> Chicago University</td>
</tr>
</table>
</div>
<div class="width-50 mt-20">
<table cellspacing="8" cellpadding="8">
<tr>
<th>Phone:</th>
<td>(+12) 3467-890-123</td>
</tr>
<tr>
<th>City:</th>
<td>New York, USA</td>
</tr>
<tr>
<th>Freelancer:</th>
<td> Available</td>
</tr>
<tr>
<th>Website:</th>
<td> www.dezven.com</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>