-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsocialwork.php
More file actions
93 lines (88 loc) · 4.53 KB
/
socialwork.php
File metadata and controls
93 lines (88 loc) · 4.53 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
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Social Work</title>
<link rel="shortcut icon" href="./image/logo.jpeg" type="image/x-icon">
</head>
<link rel="stylesheet" href="link3.css">
<style>
.head,.info p{
background-color: rgba(0, 0, 0, 0.5);
color: white;
padding: 10px;
}
.card .info h1 {
color:white;
}
</style>
<body>
<?php
include "nav.php";
?>
<div>
<img src="https://images.unsplash.com/opengraph/1x1.png?mark=https%3A%2F%2Fimages.unsplash.com%2Fopengraph%2Flogo.png&mark-w=64&mark-align=top%2Cleft&mark-pad=50&h=630&w=1200&blend=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1519389950473-47ba0277781c%3Fcrop%3Dfaces%252Cedges%26h%3D630%26w%3D1200%26blend%3D000000%26blend-mode%3Dnormal%26blend-alpha%3D10%26mark-w%3D750%26mark-align%3Dmiddle%252Ccenter%26mark%3Dhttps%253A%252F%252Fimages.unsplash.com%252Fopengraph%252Fsearch-input.png%253Fw%253D750%2526h%253D84%2526txt%253Dsocial%252Bwork%2526txt-pad%253D80%2526txt-align%253Dmiddle%25252Cleft%2526txt-color%253D%252523000000%2526txt-size%253D40%2526txt-width%253D660%2526txt-clip%253Dellipsis%2526auto%253Dformat%2526fit%253Dcrop%2526q%253D60%26auto%3Dformat%26fit%3Dcrop%26q%3D60%26ixid%3DM3wxMjA3fDB8MXxzZWFyY2h8Nnx8c29jaWFsJTIwd29ya3xlbnwwfHx8fDE3MzIyMDg5NjJ8MA%26ixlib%3Drb-4.0.3&blend-w=1&auto=format&fit=crop&q=60"
width="1370px" height="460px">
</div>
<div class="heading"><br>
<h1 class="title">FEW OF OUR SOCIAL WORK</h1>
</div>
<div class="wrapper">
<div class="card">
<img src="https://static.vecteezy.com/system/resources/previews/020/928/997/non_2x/african-american-black-people-technician-and-engineer-meeting-working-together-process-maintenance-planing-in-conference-room-industrial-worker-concept-illustration-isometric-isolated-vector.jpg">
<div class="info">
<h1 class="head"> Indrustrial Training
</h1>
<p>Structured, skill-based <br>learning focused on specific technologies
</p>
</div>
</div>
<div class="card">
<img src="https://xtremeads.in/wp-content/uploads/2023/09/web-design-package.webp">
<div class="info">
<h1 class="head">Website Development</h1>
<p>The tasks associated with creating, building, <br>and maintaining websites and web applications that run online on a browser
</p>
</div>
</div>
<div class="card">
<img src="https://media.licdn.com/dms/image/C4E12AQGxhS8DtjocQA/article-cover_image-shrink_600_2000/0/1610462744075?e=2147483647&v=beta&t=bIbUDOteiem0W6HnYYpPSuRCfHeHiid7A9ikn50YV78">
<div class="info">
<h1 class="head">Learn Programming Languages</h1>
<p>A vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks.
</p>
</div>
</div>
</div>
<div class="wrapper">
<div class="card">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT_vY6S_eHy6JL-xdB60RvoqJJGyaNR5a7t8g&s">
<div class="info">
<h1 class="head">Different Types of Course</h1>
<p>An individual subject component that contributes to the completion of your academic program
</p>
</div>
</div>
<div class="card">
<img src="https://img.freepik.com/free-vector/hand-drawn-english-school-background_23-2149496629.jpg">
<div class="info">
<h1 class="head">Spoken English Classes Available</h1>
<p>English that is spoken by people to converse and communicate. It comprises the usage of words, phrases and sentences verbally in order to communicate or express ideas or feelings to people around us.
</p>
</div>
</div>
<div class="card">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcROhKb0WKfd71RugJ_STQ7WXLEl3FURBXOJFQ&s">
<div class="info">
<h1 class="head">Grooming for Interview</h1>
<p>A one-on-one conversation <br>between an interviewer and<br> an interviewee.
</p>
</div>
</div>
</div>
<?php
include "footer.php";
?>
</body>
</html>