-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://use.typekit.net/plp2acj.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div class="top">
<h1>BCA <span>LINK</span></h1>
</div>
<h1 class="heading">Issues</h1>
<div class="articles">
<div class="article">
<img src="https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-after/Landscape-BW.jpg" alt="">
<h1>SOME ARTICLE NAME</h1>
</div>
<div class="article">
<img src="https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-after/Landscape-BW.jpg" alt="">
<h1>SOME ARTICLE NAME</h1>
</div>
<div class="article">
<img src="https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-after/Landscape-BW.jpg" alt="">
<h1>SOME ARTICLE NAME</h1>
</div>
<div class="article">
<img src="https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-after/Landscape-BW.jpg" alt="">
<h1>SOME ARTICLE NAME</h1>
</div>
<div class="article">
<img src="https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-after/Landscape-BW.jpg" alt="">
<h1>SOME ARTICLE NAME</h1>
</div>
<div class="article">
<img src="https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-after/Landscape-BW.jpg" alt="">
<h1>SOME ARTICLE NAME</h1>
</div>
<div class="article">
<img src="https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-after/Landscape-BW.jpg" alt="">
<h1>SOME ARTICLE NAME</h1>
</div>
</div>
<div class="footer">
<div class="name">
<h1>BCA LINK</h1>
</div>
<a href="https://www.instagram.com/bcalink/"><img src="images/insta.png" alt=""></a>
</div>
</body>
</html>