Skip to content

Commit

Permalink
cv duzeltildi ve iframe yerine png kullanildi
Browse files Browse the repository at this point in the history
  • Loading branch information
efekanyuksel4 committed Jun 17, 2024
1 parent 928edaa commit 7771ec2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 23 additions & 15 deletions cv.css
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
body, html {
height: 100%;
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
align-items: center;
height: 100vh;
background-color: #f0f0f0;
}

.cv {
section {
display: flex;
align-items: center;
justify-content: center;
height: 90%;
width: 90%;
align-items: center;
padding: 20px;
width: 90%;
max-width: 1200px;
}

.cv iframe {
width: 45%;
height: 100%;
margin: 0 10px;
overflow: hidden;
.cv {
display: flex;
gap: 2%;
width: 100%;
justify-content: center;
}

.cv1, .cv2 {
height: 100%;
.cv img {
width: 48%;
height: auto;
border: 1px solid #ddd;
border-radius: 4px;
padding: 10px;
background-color: #fff;
}
6 changes: 3 additions & 3 deletions cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="cv.css">
</head>
<body>
<section>
<div class="cv">
<iframe class="cv1" src="cv new.pdf" frameborder="0" scrolling="no"></iframe>
<iframe class="cv2" src="cv new (dragged).pdf" frameborder="0" scrolling="no"></iframe>
<img src="cv.png" alt="">
<img src="1718642060759-7bbf8c8f-0509-41e4-84df-3f6d34410178_1.png" alt="">
</div>
</section>
</body>
Expand Down
Binary file added cv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7771ec2

Please sign in to comment.