-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (93 loc) · 3.48 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PORTFOLIO</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="hero">
<div class="hero2">
<div><h2 class="logo">portfo<span class="lio">lio</span></h2></div>
<div class="hero3">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div><a href="#" class="button">Subscribe</a></div>
</div>
<div class="content">
<h4>hello, my name is</h4>
<h1>Kameny <span class="fred">Fred</span></h1>
<h3>I'am a Web Developer</h3>
<div class="newslatter">
<form>
<input type="email" name="email" id="mail" placeholder="Enter Your Email">
<input type="submit" name="submit" value="Let's Start">
</form>
</div>
</div>
</div>
<div class="overall">
<div class="image">
<img class="img" src="IMG-6788 (2).jpg">
</div>
<div class="AAAA">
<h2>About Us</h2>
<h5>Developer<span class="designer"> & Designer</span></h5>
<p>I am a front-end web Developer.
I can provide clean code and pixel
perfect design. I also make the
websibe more & more interactive with
web animations.A responsive design makes your website
accessible to all users
, regardless of their device.</p>
<button class="btn" type="button">Let's Talk</button>
</p>
</div>
</div>
<div class="service">
<div class="title">
<h2>Our Services</h2>
</div>
<div class="box">
<div class="card">
<i class="fa-solid fa-bars"></i>
<h5>Web Development</h5>
<div class="pra">
<p>Every website should be built with two primary goals: Firstly, it needs to work across
all devices. Secondly, it needs to be fast as possible.
</p>
<p style="text-align: center; margin-top: 50px;">
<a class="button" href="#">Read More</a>
</p>
</div>
</div>
</div>
</div>
<div class="contact-me">
<center><p>Get to know Jira</p></center>
<a class="button-two" href="jira.html">jira desc</a>
</div>
<div class="contact-me">
<p>Let Me Get You A Beautiful Website.</p>
<a class="button-two" href="#">Hire Me</a>
</div>
<footer>
<p>Kameny Fred</p>
<p>For more HMTL, CSS, and coding tutorial - please click on the link on below
to my channel:</p>
<div class="social">
<a href="#">facebook</a>
<a href="#">instagram</a>
<a href="#">twitter</a>
</div>
</footer>
</body>
</html>