-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (173 loc) · 9.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portfolio Website</title>
<meta name="title" content="Martyna Bulska - Fullstack developer - Portfolio">
<meta name="description" content="I am a beginner front end developer, passionate about new technologies, coding, art and UX/UI">
<meta name="keywords" content="fullstack developer, full-stack developer, full stack developer, HTML, HTML5, CSS, CSS3, JavaScript, jQuery, React, Node.js, Express, Postman, Postgres, Mocha, Chai, Heroku, GitHub">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta charset="UTF-8">
<meta name="revisit-after" content="3 days">
<meta name="author" content="Martyna Bulska">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/normalize/6.0.0/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Muli|Source+Sans+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;1,500&family=Sansita+Swashed:wght@300&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ab8ac85df2.js" crossorigin="anonymous"></script>
<link href="fontawesome/css/all.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="print.css" media="print">
</head>
<body>
<!-- navigation -->
<nav role="navigation" class="nav">
<div class ="logo-start">Martyna Bulska</div>
<ul class="nav-list" aria-hidden="true">
<li class="show-web-only nav-item" id="js-nav-item">
<i class="fas fa-home"></i>
<a class="js-nav-link" href="#js-top">Home</a>
</li>
<li class="show-web-only nav-item" id="js-nav-item">
<i class="fas fa-user-circle"></i>
<a class="js-nav-link" href="#js-about">About</a>
</li>
<li class="show-web-only nav-item" id="js-nav-item">
<i class="fas fa-cog"></i>
<a class="js-nav-link" href="#js-skills">Skills</a>
</li>
<li class="show-web-only nav-item" id="js-nav-item">
<i class="fas fa-briefcase"></i>
<a class="js-nav-link" href="#js-projects">Work</a>
</li>
<li class="show-web-only nav-item" id="js-nav-item">
<i class="fas fa-address-book"></i>
<a class="js-nav-link" href="#js-contact">Contact</a>
</li>
<li class="show-print-only">
<a href="https://kitsunechin.github.io/martyna-bulska-portfolio/">
<i class="fas fa-user"></i> Portfolio: kitsunechin.github.io/martyna-bulska-portfolio
</a>
</li>
<li class="show-print-only">
<a href="mailto:kitsunenekofox@gmail.com">
<i class="fas fa-envelope"></i> kitsunenekofox@gmail.com
</a>
</li>
<li class="show-print-only">
<a href="https://github.com/Kitsunechin">
<i class="fab fa-github"></i> GitHub.com/Kitsunechin
</a>
</li>
<li class="show-print-only">
<a href="https://www.linkedin.com/in/martynabulska/">
<i class="fab fa-linkedin"></i> LinkedIn.com/in/martynabulska
</a>
</li>
</ul>
</nav>
<header class="show-web-only navigation" id="js-top">
<h2 class="title-sub">< Lets find magic in coding ></h2>
</header>
<main role="main">
<!-- About me screen -->
<section class="about-profile" id="js-about" role="region">
<div class="about box">
<div class="photo">
<img class="profile-img" alt="Profile photo" src="images/profile.png">
</div>
<h2 class="blue"><i class="fas fa-user-circle"></i>About</h2>
<div class="about-me">
<p>I am passionate about new technologies, coding, art and UX/UI.</p>
<p>A working code is a magical experience for me, nothing can surpass the boost that I receive with every coding problem which I get to solve.</p>
<p> My other passions in life are design and art, which I love to explore and convey also within my coding projects.</p>
</div>
</div>
</section>
<!--my skills-->
<section class="skills box" id="js-skills" role="region">
<h2 class="dark"><i class="fas fa-cog"></i>Skills</h2>
<div class="skills-container">
<figure class="figure-skills">
<img src="images/html.png" alt="HTML"/>
<figcaption>HTML5</figcaption>
</figure>
<figure class="figure-skills"><img src="images/css3.png" alt="CSS" />
<figcaption>CSS3</figcaption>
</figure>
<figure class="figure-skills"><img src="images/javascript.png" alt="JavaScript" />
<figcaption>JavaScript</figcaption>
</figure>
<figure class="figure-skills"><img src="images/jquery.png" alt="jQuery" />
<figcaption>jQuery</figcaption>
</figure>
<figure class="figure-skills"><img src="images/react.png" alt="React" />
<figcaption>React</figcaption>
</figure>
<figure class="figure-skills"><img src="images/node.png" alt="NodeJS" />
<figcaption>Node</figcaption>
</figure>
<figure class="figure-skills"><img src="images/express.png" alt="Express" />
<figcaption>Express</figcaption>
</figure>
<figure class="figure-skills"><img src="images/mocha.png" alt="Mocha" />
<figcaption>Mocha</figcaption>
</figure>
<figure class="figure-skills"><img src="images/postgres.png" alt="Postgres" />
<figcaption>Postgres</figcaption>
</figure>
<figure class="figure-skills"><img src="images/heroku.png" alt="Heroku" />
<figcaption>Heroku</figcaption>
</figure>
<figure class="figure-skills"><img src="images/vercel.png" alt="Vercel" />
<figcaption>Vercel</figcaption>
</figure>
<figure class="figure-skills"><img src="images/github.png" alt="Github" />
<figcaption>Github</figcaption>
</figure>
</div>
</section>
<!-- my projects screen -->
<section class="work box" id="js-projects" role="region">
<h2 class="blue"><i class="fas fa-briefcase"></i>Work</h2>
<div class= "projects-box" aria-live="assertive">
</div>
</section>
<!-- Contact me -->
<section class="show-web-only contact box" id ="js-contact" region="contact-info">
<!-- <h2 class="dark address"><i class="fas fa-address-book"></i>Contact</h2> -->
<div class= "social-box">
<ul>
<li><a href="https://www.linkedin.com/in/martynabulska/"><img class="social-img" alt="linkedIn"src="images/linkedin.svg"/></a></li>
<li><a href="https://github.com/Kitsunechin"><img class="social-img" alt="Github" src="images/cat.svg"/></a></li>
<li><a href="mailto:kitsunenekofox@gmail.com"><img class="social-img" alt="Email" src="images/email.svg"/></a></li>
</ul>
</div>
</section>
</main>
<footer class="show-web-only"><div class="copy-right">©Martyna Bulska 2020</div></footer>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="projects.js"></script>
<script src="main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BLBDMSZYWY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BLBDMSZYWY');
</script>
<!-- Begin Inspectlet Asynchronous Code -->
<script type="text/javascript">
(function() {
window.__insp = window.__insp || [];
__insp.push(['wid', 596900647]);
var ldinsp = function(){
if(typeof window.__inspld != "undefined") return; window.__inspld = 1; var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js?wid=596900647&r=' + Math.floor(new Date().getTime()/3600000); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); };
setTimeout(ldinsp, 0);
})();
</script>
<!-- End Inspectlet Asynchronous Code -->
</body>
</html>