-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (71 loc) · 2.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="shortcut icon" href="images/favicon-32x32.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Cabin:400,600,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<h1>Welcome to my Frontend Mentor solutions</h1>
</div>
<div class="container">
<div class="content four-card">
<a href="https://four-card-feature-j5p6awj10.now.sh/">
<img src="images/four-card-feature-preview.jpg" alt="">
Four Cards Feature solution
</a>
</div>
<div class="content intro-component">
<a href="https://sign-up-form.now.sh/">
<img src="images/intro-component-preview.jpg" alt="">
Intro component with sign-up form solution
</a>
</div>
<div class="content insure-page">
<a href="https://insure-landing-page-two.now.sh/">
<img src="images/insure-landing-page-preview.jpg" alt="">
Insure Landing Page solution
</a>
</div>
<div class="content intro-component">
<a href="#">
<img src="images/fylo-landing-page-preview.jpg" alt="">
Fylo Landing page With Two Column Layout solution
</a>
</div>
<div class="content intro-component">
<a href="https://ping-coming-soon-page-three.now.sh/">
<img src="images/ping-comming-soon-preview.jpg" alt="">
Ping Coming Soon Page solution
</a>
</div>
<div class="content intro-component">
<a href="https://single-price-grid-component-one.now.sh/">
<img src="images/single-price-grid-component-preview.jpg" alt="">
Single Price Grid Component solution
</a>
</div>
<div class="content intro-component">
<a href="https://clipboard-landing-page.now.sh/">
<img src="images/clipboard-landing-page-preview.jpg" alt="">
Cilpboard Landing Page solution
</a>
</div>
<div class="content intro-component">
<a href="https://easybank-landing-page.now.sh/">
<img src="images/eyebank-landing-page-preview.jpg" alt="">
Eyebank Landing Page solution
</a>
</div>
</div>
<footer>
<p class="attribution">
Coded by <a href="https://netanelk.github.io/">Netanel Kadosh</a>.
</p>
</footer>
</body>
</html>