Skip to content

Commit 1249fe4

Browse files
committed
my first website
1 parent 2f552d3 commit 1249fe4

File tree

5 files changed

+85
-0
lines changed

5 files changed

+85
-0
lines changed

sandiso/IT.jpg

32.7 KB
Loading

sandiso/business2.jpg

61.9 KB
Loading

sandiso/images.jpg

7.92 KB
Loading

sandiso/index.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
5+
<img src="IT.jpg" style="width:304px;height:228px"> <img src="images.jpg" style="width:800px;height:228px">
6+
<table border="1" style="width:100%">
7+
<tr>
8+
<td>HOME</td>
9+
<td>Product</td>
10+
<td>Service</td>
11+
<td>Training</td>
12+
<td>Company</td>
13+
<td>Contact us</td>
14+
15+
</tr>
16+
17+
18+
<style>
19+
20+
body {
21+
background-color: lightblue;
22+
}
23+
h1 {
24+
color: navy;
25+
margin-left: 20px;
26+
}
27+
header {
28+
background-color:black;
29+
color:white;
30+
text-align:center;
31+
padding:5px;
32+
}
33+
34+
</style>
35+
36+
<footer>
37+
Copyright © Sandiso IT Business Software.com
38+
</footer>
39+
40+
41+
42+
43+
<br>
44+
<hr>
45+
46+
<h2>IT Business Software </h2>
47+
<table border="1" style="width:100%">
48+
49+
<a href = https://github.com/maysaaa/codeX_OnlineSetup>East London</a> <br>
50+
<a href = https://github.com/maysaaa/codeX_OnlineSetup>Port Elizabeth</a> <br>
51+
<a href = https://github.com/maysaaa/codeX_OnlineSetup>Johannesburg</a> <br>
52+
<header>
53+
<h3>Company Backgraund</h3>
54+
</header>
55+
56+
<section>
57+
<h1>IT Business</h1>
58+
<p>
59+
We are
60+
closing the loop
61+
between
62+
Business and IT
63+
</p>
64+
65+
<p>
66+
Collaborative Process Integration offers innovative technology solutions that enable agile businesses
67+
to integrate their
68+
business processes effectively and fast
69+
in such a way that
70+
operating cost is
71+
reduced persistently
72+
whilst quality is improved continuously.
73+
</p>
74+
</section>
75+
<table border="1" style="width:100%">
76+
77+
78+
<footer>
79+
Copyright © W3Schools.com
80+
</footer>
81+
82+
</body>
83+
84+
</html>
85+

sandiso/school-of-business_0.jpg

44.9 KB
Loading

0 commit comments

Comments
 (0)