-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
167 lines (156 loc) · 7.27 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!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">
<link href="https://fonts.googleapis.com/css?family=Andada+Pro:regular,500,600,700,800,italic,500italic,600italic,700italic,800italic" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Crete+Round:regular,italic" rel="stylesheet" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="popup.css/mobile.css">
<title>Mobile portfolio finish</title>
</head>
<body>
<div class="bodycontainer">
<header>
<li>
<img class="mylogo" src="image/My Logo.png"></li>
<nav>
<ul class="menu">
<li><a class="menuItem" href="#Home">Portfolio</a></li>
<li>
<a class="menuItem" href="#About">About</a>
</li>
<li>
<a class="menuItem" href="#Contact">Contact</a>
</li>
<li class="menuItem email-bar" href="#Contact">
<img class="email-icon " src="image/Email-icon.svg "></li>
</ul>
</nav>
<a class="hamburger">
<li class="menuIcon material-icons"><img class="menuIcon" src="image/Icon - Menu.svg "></li>
<li class="closeIcon material-icons"><img class="close" src="image/xclose.png"></li>
</a>
</header>
<main>
<div class="mobile-Container" id="mobileContainer">
<article class="Content" id="Home">
<h1>Hey There.I’m Richard.</h1>
<h2>I' m a Software Developer</h2>
<p>I can help you build a product , feature or website Look through some of my work and experience! If you like what you see and have a project you need coded, don’t hesitate to contact me.</p>
</article>
<section class="social-media">
<ul>
<li>
<a>
<img src="image/Vector (4).svg">
</a>
</li>
<li>
<a>
<img src="image/Icon - Linkedin.svg">
</a>
</li>
<li>
<a>
<img src="image/Vector (3).svg ">
</a>
</li>
<li>
<a>
<img src="image/Vector (2).svg">
</a>
</li>
<li>
<a>
<img src="image/Vector.svg">
</a>
</li>
</ul>
</section>
</div>
<section class="Title">
<h1>My Recent works</h1>
<hr/>
</section>
<!--THIS IS THE START OF THE DYNAMICALLY -->
<section class="projects" id="projects">
<!--The projects section will be dynamically generated using JavaScript-->
</section>
<div class="popup-container" id="popupContainer">
<div class="popup" id="popup">
<!-- Your popup content will be dynamically added here -->
<span class="close-btn" id="closeBtn">×</span>
</div>
</div>
<!--THIS IS THE END OF THE DYNAMICALLY -->
<div class="about-section " id="About">
<article class="intro ">
<h3>About me</h3>
<p>Hello I’m a software developer! I can help you build a product , feature or website Look through some of my work and experience! If you like what you see and have a project you need coded, don’t hesitate to contact me.
</p>
<button class="resume-btn ">Get my resume</button>
</article>
<hr class="underline-two ">
<section class="skills-section ">
<ul class="Language ">
<li>
<h2>Language</h2>
</li>
<li>JavaScript</li>
<li>Ruby</li>
<li>HTML</li>
<li>CSS</li>
</ul>
<ul class="Frameworks ">
<li>
<h2>Frameworks</h2>
</li>
<li>React.js</li>
<li>Ruby on Rails</li>
<li>RSpec</li>
<li>Capybara</li>
<li>Selenium</li>
</ul>
<ul class="skills ">
<li>
<h2>Skills</h2>
</li>
<li>Database Management</li>
<li>Version Control</li>
<li>CLI</li>
<li>API Design</li>
<li>Web Development</li>
</ul>
</section>
</div>
<div class="form-section" id="Contact">
<h2>I'm always interested in hearing about new projects, so if you'd like to chat please get in touch.</h2>
<form action="https://formspree.io/f/mrgvjnke" method="post" id="Form">
<div class="input-section">
<input class="name" type="text" name="Fullname" placeholder="Fullname" maxlength="30" required required pattern="[A-Za-z]+ ">
<input class="surname" type="text" name="Surname" placeholder="Lastname" maxlength="30" required required pattern="[A-Za-z]+ ">
</div>
<span id="error"></span>
<input class="e-mail" type="email" id="e-mail" placeholder="Email " maxlength="500 " required>
<textarea class="textarea " type="text " name="subject" placeholder="Write me something... " maxlength="500 " required></textarea>
<button class="submit-btn" id="submit" type="submit">Get in touch</button>
</form>
</div>
<footer>
<hr class="end-hr">
<ul class="footer-social">
<li><img src="image/github2.svg.svg "></li>
<li><img src="image/Linkedin22.svg "></li>
<li><img src="image/host.svg.svg "></li>
<li><img src="image/teitter2.svg "></li>
<li><img src="image/medium.svg "></li>
</ul>
</footer>
</main>
</div>
<script src="./js/index.js "></script>
</body>
</html>