-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
212 lines (181 loc) · 6.97 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<!-- saved from url=(0077)file:///Users/lindadamario/codingbootcamp/exercises/portfolio/portfolio.html# -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Linda D'Amario Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Alice" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="index.css">
</head>
<body>
<section class="cover">
<img id="hamburger" src="images/hamburger.png">
<div class="social">
<a href="https://github.com/lindadamario"><img id="social-2" src="images/github%20(1).png"></a>
<a href="https://www.linkedin.com/in/linda-d-amario/"><img class="social-3" src="images/linkedin-button%20(1).png"></a>
<a href="https://www.facebook.com/linda.damario.7"><img class="social-4" src="images/facebook-logo-button (5).png"></a>
</div>
<h1>Hi, I am Linda!</h1>
<h3>Junior Frontend Developer. Pleased to meet you!</h3>
<div class="navbar">
<!--<div class="logo">
<h1>Linda D'Amario</h1>
</div>-->
<div class="menu">
<ul>
<li><a class="menu-links" href="#projects">Projects</a></li>
<li><a class="menu-links" href="#prog-skills">Programming Skills</a></li>
<li><a class="menu-links" href="#about-me">About Me</a></li>
<li><a class="menu-links" href="#contact-me">Contact me</a></li>
</ul>
</div>
</div>
</section>
<section class="section-projects" id="projects">
<div class="title-project">
<h2>Projects</h2>
</div>
<div class="text">
<div class="project-row-1">
<a href="https://github.com/lindadamario/movies_website">
<div class="project-box">
<img src="images/first-project-img.png">
<h2>Project 1</h2>
</div>
</a>
<a href="https://github.com/lindadamario/party_project">
<div class="project-box">
<img src="images/second-project-img.png">
<h2>Project 2</h2>
</div>
</a>
</div>
<div class="project-row-2">
<a href="#">
<div class="project-box">
<img src="images/baby-coding-360x240.jpg">
<h2>Project 3 (<span>Coming soon!</span>)</h2>
</div>
</a>
<a href="#">
<div class="project-box">
<img src="images/baby-coding-360x240.jpg">
<h2>Project 4 (<span>Coming soon!</span>)</h2>
</div>
</a>
</div>
</div>
</section>
<section class="section-prog-skills" id="prog-skills">
<div class="container">
<div class="title-prog">
<h2>Programming Skills</h2>
</div>
<div class="container-prog-skills">
<div class="prog-text">
<p>html5</p>
<div class="html-bar"></div>
<p>css3</p>
<div class="css-bar"></div>
<p>sass</p>
<div class="sass-bar"></div>
<p>javascript</p>
<div class="js-bar"></div>
<p>jquery</p>
<div class="jquery-bar"></div>
<p>reactjs</p>
<div class="reactjs-bar"></div>
</div>
<div class="prog-text">
<p>bootstrap</p>
<div class="bootstrap-bar"></div>
<p>sql</p>
<div class="sql-bar"></div>
<p>github</p>
<div class="git-bar"></div>
<p>php</p>
<div class="php-bar"></div>
<p>ui / ux design</p>
<div class="design-bar"></div>
<p>adobe xd</p>
<div class="adobe-bar"></div>
</div>
</div>
</div>
</section>
<section class="section-about-me" id="about-me">
<h2>About Me</h2>
<img src="images/linda_damario.png" alt="">
<p>Inspired by my newfound passion for web development, I moved to Prague to attend a coding bootcamp. It was here that I learned front-end and back-end best practices using HTML, CSS, JavaScript, PHP and MySQL, as well as other tools and libraries such as SASS, jQuery, React, and Bootstrap. Despite this well-rounded experience, I found myself drawn more toward front-end development and have chosen to focus my studies on its tools and languages.
</p>
</section>
<section class="section-contact" id="contact-me">
<div class="full-form">
<div>
<h2>Need a website for your awesome plans?</h2>
<h1>Let's work together!</h1>
</div>
<div>
<form action="action_page.php">
<div class="Firstname">
<label>Firstname</label>
<input type="text" value="Firstname">
</div>
<div class="Lastname">
<label>Lastname</label>
<input type="text" value="Lastname">
</div>
<div class="Email">
<label>Email</label>
<input type="text" value="Email">
</div>
<div class="form-text">
<label>Project info</label>
<textarea name="text" id="" cols="30" rows="10">Tell me more about the project</textarea>
<br>
<div>
<button>Send</button>
</div>
</div>
</form>
</div>
</div>
</section>
<div id="footer">
<p>© Linda D'Amario's Portfolio</p>
</div>
<script src="jquery/jquery-3.2.1.min.js"></script>
<script>
// smooth scrolling
$('a[href^="#"]').on('click', function (event) {
var target = $(this.getAttribute('href'));
if (target.length) {
event.preventDefault();
$('html, body').stop().animate({
scrollTop: target.offset().top
}, 1000);
}
});
// hamburger menu
// $(document).ready(function() {
// $('#hamburger, .menu-links').click(function() {
// $('.menu').slideToggle('slow');
// })
// });
$(document).ready(function() {
$('#hamburger, .menu-links').click(function() {
if($(window).width() < 770) {
$('.menu').slideToggle('slow');
}
});
$(window).resize(function() {
if($(window).width() >= 770) {
$('.menu').show();
}
})
});
</script>
</body>
</html>