-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
272 additions
and
124 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.