Skip to content

Commit

Permalink
update challange-1
Browse files Browse the repository at this point in the history
  • Loading branch information
burakndmr committed Oct 6, 2021
1 parent ed7fc7b commit 4b557a2
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 124 deletions.
Binary file modified Challange-1/design/mobile-design.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 43 additions & 32 deletions Challange-1/index.html
Original file line number Diff line number Diff line change
@@ -1,41 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->

<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lexend+Deca&display=swap" rel="stylesheet">
<title>Frontend Mentor | Stats preview card component</title>

<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<link rel="stylesheet" href="style.css" />
<title>Frontend Mentor | Stats preview card component</title>

</head>
<body>
<div class="container">
<div class="card">
<div class="image">
<div class="overlay"></div>
</div>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
<body>
<div class="container">
<div class="img"><div class="overlay"></div></div>
<div class="content-box">
<h1>Get <span>insights</span> that help your business grow.</h1>
<p>Discover the benefits of data analytics and make better decisions regarding revenue, customer
experience, and overall efficiency.</p>
<h2>Get <span>insights</span> that help your business grow.</h2>
<p>
Discover the benefits of data analytics and make better decisions
regarding revenue, customer experience, and overall efficiency.
</p>
<ul>
<li><span>10k+</span> companies</li>
<li><span>314</span> templates</li>
<li><span>12m+</span> queries</li>
<li><span>10k+</span>companies</li>
<li><span>314</span>templates</li>
<li><span>12m+</span>queries</li>
</ul>
</div>
</div>
</div>
</div>

<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://www.youtube.com/channel/UCDdNshkQY13SfUZh4JgkcQg/featured">Burak Demir</a>.
</div>
</body>
</html>
<div class="attribution">
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank"
>Frontend Mentor</a
>. Coded by <a href="#">Burak Demir</a>.
</div>
</body>
</html>
211 changes: 119 additions & 92 deletions Challange-1/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Challange-1/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4b557a2

Please sign in to comment.