-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (30 loc) · 1.66 KB
/
index.html
File metadata and controls
39 lines (30 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Full Stack</title>
</head>
<body>
<h1><u> Front-End Technologies : </u></h1>
<a href="https://en.wikipedia.org/wiki/HTML">
<img src="./HTML Logo.jpg" alt="html image" height="200px" width="200px" > </a>
<a href="./HTML Logo.jpg" download> <button> Download img </button> </a>
<a href="https://en.wikipedia.org/wiki/CSS">
<img src="./CSS Logo.png" alt="'CSS image" height="200px" width="200px" > </a>
<a href="./CSS Logo.png" download> <button> Download img </button> </a>
<a href="https://en.wikipedia.org/wiki/JavaScript">
<img src="./JavaScript Logo.png" alt="html image" height="200px" width="200px" > </a>
<a href="./JavaScript Logo.png" download> <button> Download img </button> </a>
<h1><u1> Back-End Technologies : </u1></h1>
<a href="https://en.wikipedia.org/wiki/Java_(programming_language)">
<img src="./Java Logo.webp" alt="html image" height="200px" width="200px" > </a>
<a href="./Java Logo.webp" download> <button> Download img </button> </a>
<a href="https://en.wikipedia.org/wiki/Python_(programming_language)">
<img src="./python Logo.jpg" alt="html image" height="200px" width="200px" > </a>
<a href="./python Logo.jpg" download> <button> Download img </button> </a>
<a href="https://en.wikipedia.org/wiki/Node.js">
<img src="./node.js Logo" alt="html image" height="200px" width="200px" > </a>
<a href="./node.js Logo" download> <button> Download img </button> </a>
</body>
</html>