Skip to content

Commit e3e9fb5

Browse files
committed
my website changes
1 parent e424272 commit e3e9fb5

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

sandiso/indexss.html

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

0 commit comments

Comments
 (0)