Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70ce87c

Browse files
committed
hotfix
1 parent 2a99e1e commit 70ce87c

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="description" content="Maria Malykh's resume">
77
<meta name="author" content="Andrew Zhogov">
8+
9+
<meta property="og:title" content="CV"/>
10+
<meta property="og:description" content="Maria Malykh's resume"/>
11+
<meta property="og:image" content="#"/>
12+
813
<link rel="stylesheet" href="./styles/style.css">
914
<title>Maria Malykh - CV</title>
1015
</head>
@@ -79,14 +84,13 @@ <h2>My Projects</h2>
7984
<div class="flex-row flex-row_projects">
8085
<div class="flex-row_projects__card flex-row_projects__card_cubesat transition">
8186
<div class="flex-row_projects__card-cover transition">
82-
<a href="https://docs.google.com/document/d/1bicSTlkCiDmHH4FNxk703qvzl9KVp-3eXTy40IYCmHg/edit?usp=sharing" target="_blank">CubeSat 3U</a>
83-
<p></p>
87+
<a href="https://docs.google.com/document/d/1bicSTlkCiDmHH4FNxk703qvzl9KVp-3eXTy40IYCmHg/edit?usp=sharing" target="_blank" class="link-text">CubeSat 3U</a>
8488
</div>
8589
</div>
8690

8791
<div class="flex-row_projects__card flex-row_projects__card_iss transition">
8892
<div class="flex-row_projects__card-cover transition">
89-
<a href="https://docs.google.com/document/d/1gTpS8f38_BGaj7aJPgqp4g8mB8Z0q5mA/edit?usp=sharing&ouid=100885345940101146073&rtpof=true&sd=true" target="_blank">System "ISS-360"</a>
93+
<a href="https://docs.google.com/document/d/1gTpS8f38_BGaj7aJPgqp4g8mB8Z0q5mA/edit?usp=sharing&ouid=100885345940101146073&rtpof=true&sd=true" target="_blank" class="link-text">System "ISS-360"</a>
9094
</div>
9195
</div>
9296
</div>

styles/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ body, div, section, h1, h3, h2 {
213213
}
214214

215215
.flex-row_projects__card-cover {
216-
position: absolute;
216+
position: relative;
217217
width: 100%;
218218
height: 100%;
219219
background-color: rgba(0, 0, 0, 0.5);
@@ -269,6 +269,13 @@ body, div, section, h1, h3, h2 {
269269
}
270270
}
271271

272+
@media only screen and (min-width: 1701px) {
273+
.flex-row_projects__card {
274+
height: 550px;
275+
width: 550px;
276+
}
277+
}
278+
272279
@media only screen and (max-width: 600px) {
273280
.flex-row_projects__card {
274281
height: 300px;

0 commit comments

Comments
 (0)