-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanother.html
More file actions
81 lines (78 loc) · 4.12 KB
/
another.html
File metadata and controls
81 lines (78 loc) · 4.12 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>munyeshuri</title>
<link rel="icon" href="./images.png" />
<link rel="stylesheet" href="another.css" />
<link rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<nav class="dropdown">
<a href="#home">
<img src="./Group 1.png" alt="log"></a>
<div class="na">
<span><a href="index.html#home">home</a></span>
<span><a href="index.html#about">about </a></span>
<span> <a href="index.html#skills">skill</a></span>
<span><a href="index.html# my project">project</a></span>
<span><a href="another.html">blog</a></span>
<span><a href="index.html#contact">contact</a></span>
</div>
<img src="./ic_menu_sort_by_size.png" alt="menu" class="menu">
</nav>
<section id="blog">
<h1>Blog</h1>
<div class="blog1">
<div class="all">
<img src="./bebiker-header-icons 1.png" alt="blog">
<p12><h3>5 Web Design Trends for 2023 That You<br>
Should Pay Attention To</h3><br>the start of a new year is usually a time when we start looking for ways <br>
to make something a little better. That something could be our life,<br>
work, or what we produce. Web designers, for example, might look for<br>
ways to make their designs more...</p12>
</div>
<div class="all">
<img src="./pexels-kevin-ku-577585.jpg" alt="blog">
<p12><h3>The best way to learn to code</h3><br>This course was developed by one of <br>
CareerFoundry’s in-house developers, and is designed for beginners who not only<br>
want to know how tolearn coding, but who are keen to see the results of their coding <br>
quickly. In just five days (or sooner if you apply yourself), you’ll build <br>
your very first webpage in HTML, CSS, and JavaScript. </p12>
</div>
<div class="all">
<img src="./pexels-markus-spiske-360591.jpg" alt="blog">
<p12><h3>The different between javascript and Html <br>
or css</h3><br> When you’re designing or developing a website, there are three <br>
different coding languages that you will want to be aware When you’re designing<br>
or developing a website, there are three different coding languages that you <br>
want to be aware of: HTML, CSS, and JavaScript. Contents hide 1 HTML: Content & <br>
Layout 2 CSS: Styling and “Look & Feel” 3 JavaScript: Interactive Elements <br>
3.1 What Can You Do With Each Programming Language? 4 Web Development […] <br>
of: HTML, CSS, and JavaScript. Contents hide 1 HTML: <br>
Content & Layout 2 CSS: Styling and “Look & Feel” <br>
3 JavaScript: Interactive Elements <br>
3.1 What Can You Do With Each Programming Language? 4 Web Development […]</p12>
</div>
<div class="all">
<img src="./pexels-leeloo-thefirst-8177924.jpg" alt="blog">
<p12><h3>How to get you own free certificate for <br>
programing course </h3><br>Right now, there's an abundance of in-demand programming jobs, <br>
and a growing number of free courses to help you land one of them <br>
—even without a traditional computer science degree.</p12>
</div>
<div class="all">
<img src="./pexels-pixabay-39284.jpg" alt="blog">
<p12><h3>How you can own or sell your website <br>
skills</h3><br>sell More With Our Powerful & Easy-To-Use eCommerce<br>
Software. See A Demo Now! Get Instant Access To 100's Of Features, <br>
Secure Hosting, And Much More. Free Trial. Full Blogging Platform.<br>
24/7 Customer Service. Built-In Marketing. Easy To Use. <br>
All-In-One Solution.Professional Designs. more</p12>
</div>
</section>
</body>
</html>