-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (108 loc) · 4.56 KB
/
index.html
File metadata and controls
110 lines (108 loc) · 4.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<section>
<nav>
<input type="checkbox" id="check">
<a class="logo" href="#">GT Internet</a>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Team</a></li>
</ul>
<label for="check" class="checkbtnMenu">
<i class="fas fa-bars"></i>
</label>
</nav>
<!-- Text -->
<div class="text-container">
<p>Hello,</p>
<p>I'm Ramses</p>
<p>Freelancing with a Designer & Developer</p>
<button class="hire-btn">Hire me</button>
<button class="down-cv">Download CV</button>
</div>
<!-- Model -->
<img src="images/model.png" class="model" alt="model"/>
</section>
<section class="section-about">
<div class="about-container">
<img src="images/about-img.png"/>
<div class="about-text">
<p>About Me</p>
<p>Developer & Designer</p>
<p>Hello, I'm Ramses. I am a Developer and also a Designer as well. If you have any Project or if you
want to get a software for your business contact me.
</p>
<p>I get the job done as soon as possible.
You will really like my work and if you don't, i will kindly make changes to meet up to your satisfaction.
</p>
<button>Hire me</button>
<button>Download CV</button>
</div>
</div>
</section>
<section>
<div class="services">
<div class="services-text">
<p>Services</p>
<p>Qualities required</p>
<p>Hello, I'm Ramses. I am a Developer and also a Designer as well. If you have any Project or if you
want to get a software for your business contact me. I get the job done as soon as possible.
You will really like my work and if you don't, i will kindly make changes to meet up to your satisfaction.
</p>
</div>
<div class="box-container">
<div class="box-1 box">
<span>1</span>
<p class="heading">Web Design</p>
<p class="details">Hello, I'm Ramses. I am a Developer and also a Designer as well. If you have any Project or if you
want to get a software for your business contact me.
</p>
<button>Read more</button>
</div>
<div class="box-2 box">
<span>2</span>
<p class="heading">Web Development</p>
<p class="details">Hello, I'm Ramses. I am a Developer and also a Designer as well. If you have any Project or if you
want to get a software for your business contact me.
</p>
<button>Read more</button>
</div>
<div class="box-3 box">
<span>3</span>
<p class="heading">Security SEO</p>
<p class="details">Hello, I'm Ramses. I am a Developer and also a Designer as well. If you have any Project or if you
want to get a software for your business contact me.
</p>
<button>Read more</button>
</div>
</div>
</div>
</section>
<footer>
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
<p>Going-To Internet</p>
<p>I make it as soon as possible. You will like my work</p>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
<p claa="copyright">Copyright by Going-To Internet</p>
</footer>
<div class="social">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</body>
</html>