Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45c52a3

Browse files
committed
creat folder for css and edit head
1 parent 5d55b86 commit 45c52a3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Week3/homework/responsive-website/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
<html lang="en">
22
<head>
3+
<!-- meta tags -->
34
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
46
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5-
<title>Adyen | The payments platform built for growth</title>
7+
68
<!--facicon-->
79
<link rel="shortcut icon" href="image/logo.ico" type="image/x-icon">
10+
811
<!--Material Icon-->
912
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
13+
1014
<!--Font Awesome-->
1115
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1216

1317
<!-- Materialize Compiled and minified CSS -->
1418
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
19+
1520
<!-- Custom CSS -->
1621
<link rel="stylesheet" href="css/style.css">
1722

18-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
19-
23+
<!--website title -->
2024
<title> Adyen|The payments platform built for growth</title>
21-
<link rel="stylesheet" href="style.css">
22-
</head>
23-
<body>
24-
2525

26+
</head>
2627

28+
<body>
2729
<!--section-0-->
2830

2931
<!--Navigation Bar-->
@@ -395,8 +397,7 @@ <h5 class="topic-6">Subscribe to our newsletter</h5>
395397
</div>
396398
</li>
397399
<li class="subtopic">Meet the payments platform built for any business and every customer journey</li>
398-
<li>
399-
400+
<li>
400401
<a href="#"><i class="grey-text backcolor-5 small fa fa-facebook"></i></a>
401402
<a href="#"><i class="grey-text backcolor-5 small fa fa-twitter"></i></a>
402403
<a href="#"><i class="grey-text backcolor-5 small fa fa-linkedin"></i></a>
@@ -412,8 +413,7 @@ <h5 class="topic-6">Subscribe to our newsletter</h5>
412413
<div class="container center-align"></div>Privecy-Cookies-Disclamer- &copy; 2021 Adyen</div>
413414
</div>
414415
</div>
415-
</div>
416-
::after
416+
</div>
417417
</div>
418418
</footer>
419419

0 commit comments

Comments
 (0)