-
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.
Merge pull request #7 from EDMdesigner/cards-comicify
Cards comicify
- Loading branch information
Showing
12 changed files
with
110 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<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=Bangers&display=swap" rel="stylesheet"> | ||
|
||
<style> | ||
body { | ||
font-family: 'Bangers', cursive; | ||
letter-spacing: 1px; | ||
} | ||
p { | ||
margin: 0; | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
<div style="margin-left: 249px; height: 325px; width: 300px; background-size: 100%; background-repeat: no-repeat; background-image: url('./assets/bubbles/bubble-2.png')"> | ||
<div style="padding: 73px 40px; font-size: 20px; text-align: center;"> | ||
<p>Tracking and ads</p> | ||
<p>should be </p> | ||
<p>automagically</p> | ||
<p>added to your emails.</p> | ||
</div> | ||
</div> | ||
<div> | ||
<img style="width: 300px; padding-left:116px; margin-top: -71px;" src="./assets/hero-4.png"/> | ||
<p style="padding-left:205px;">Analytics Annie</p> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<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=Bangers&display=swap" rel="stylesheet"> | ||
|
||
<style> | ||
body { | ||
font-family: 'Bangers', cursive; | ||
letter-spacing: 1px; | ||
} | ||
p { | ||
margin: 0; | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
<div style="height: 300px; width: 300px; background-size: 100%; background-repeat: no-repeat; background-image: url('./assets/bubbles/bubble-1.png')"> | ||
<div style="padding: 80px 40px; font-size: 20px; text-align: center;"> | ||
<p>A well-crafted,</p> | ||
<p>modular design system</p> | ||
<p>helps your newsletters</p> | ||
<p>to stay on-brand.</p> | ||
</div> | ||
</div> | ||
<div> | ||
<img style="width: 300px; padding-left:116px; margin-top: -71px;" src="./assets/hero-1.png"/> | ||
<p style="padding-left:239px;">Designer Dan</p> | ||
</div> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<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=Bangers&display=swap" rel="stylesheet"> | ||
|
||
<style> | ||
body { | ||
font-family: 'Bangers', cursive; | ||
letter-spacing: 1px; | ||
} | ||
p { | ||
margin: 0; | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
<div style="margin-left: 10px; height: 325px; width: 300px; background-size: 100%; background-repeat: no-repeat; background-image: url('./assets/bubbles/bubble-3.png')"> | ||
<div style="padding: 25px 49px; padding-left: 30px; font-size: 20px; text-align: center;"> | ||
<p>A misspelled merge tag</p> | ||
<p>can ruin your newsletter.</p> | ||
<p>I won't let you</p> | ||
<p>send broken emails.</p> | ||
</div> | ||
</div> | ||
<div> | ||
<img style="width: 300px; padding-left:193px; margin-top: -294px;" src="./assets/hero-2.png"/> | ||
<p style="padding-left:281px;">Error-proof Emma</p> | ||
</div> | ||
</body> | ||
</html> |
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