0% found this document useful (0 votes)
129 views3 pages

View-Source H0a71533 Focusconsulting Ws FP Webmakersite Index

This document contains the code for a website created by a student as a final project. The code includes the HTML structure, CSS styling, and JavaScript functions for image sliding and analytics tracking. The website is for a web design service called WebMaker that creates websites for small businesses. It provides information about the company's services and customer support.

Uploaded by

api-353378854
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views3 pages

View-Source H0a71533 Focusconsulting Ws FP Webmakersite Index

This document contains the code for a website created by a student as a final project. The code includes the HTML structure, CSS styling, and JavaScript functions for image sliding and analytics tracking. The website is for a web design service called WebMaker that creates websites for small businesses. It provides information about the company's services and customer support.

Uploaded by

api-353378854
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

1 <!DOCTYPEhtmlPUBLIC"//W3C//DTDXHTML1.

0Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1strict.dtd">
3
4 <htmlxmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>WebMakerProfessionalWebDesignandWebDevelopmentService.</title>
7 <metahttpequiv="ContentType"content="text/html;charset=utf8"/>
8 <linkrel="stylesheet"type="text/css"href="css/default.css"/>
9 <scripttype="text/javascript"src="js/login.js"></script>
10
11
12
13
14 <styletype="text/css">
15 .autostyle1{
16 color:#D75C37;
17 }
18 .autostyle2{
19 color:#E15C36;
20 }
21 .autostyle4{
22 fontsize:small;
23 }
24 .autostyle5{
25 backgroundcolor:#E15C36;
26 borderradius:5px;
27 padding:5px;
28 textdecoration:none;
29 cursor:pointer;
30 color:#fff;
31 display:inlineblock;
32 texttransform:uppercase;
33 letterspacing:1px;
34
35 }
36 a.autostyle5{
37 textdecoration:none;
38 u
39 }
40 </style>
41
42
43 <scripttype="text/javascript">
44 varimage1=newImage()
45 image1.src="images/image1.png"
46
47 varimage2=newImage()
48 image2.src="images/image2.png"
49
50 varimage3=newImage()
51 image3.src="images/image3.png"
52 </script>
53 </head>
54
55 <body>
56
57
<p><imgalt="logo"height="176"src="images/wmlogo.png"width="430"/></p>
58 <divid="page"style="height:453px">
59
60
<divid="mainMenu">
61 <ulid="mainLinks">
62 <li><ahref="index.html">Home</a></li>
63 <li><ahref="buy.html">BuyNow</a></li>
64 <li><ahref="Services.html">Services</a></li>
65 <li><ahref="register.php">SignUp</a></li>
66 <li><ahref="login.php">Login</a></li>
67 </ul>
68 </div>
69
70
71 <divid="logo">
72 <imgsrc="images/image1.png"name="slide"width="979"height="419"/>
73
74
75 <scripttype="text/javascript">
76 varstep=1
77 functionslideit(){
78 document.images["slide"].src=eval("image"+step+".src")
79 if(step<3)
80 step++
81 else
82 step=1
83 setTimeout("slideit()",5000)
84 }
85 slideit()
86 </script>
87
88 <p><strong><spanclass="autostyle2">Web</span>Maker</strong></p>
89 <div><h1style="width:287px;height:135px;left:0;top:79px;">
90 Don'thaveanaccount?<br/>
91 <ahref="register.php"><spanclass="autostyle5">Signup</span></a></h1></div>
92
93
94
95 </div>
96
97
98 <divid="content">
99 <divid="textLeft">
100 <h3class="autostyle1">WelcometoWebMaker:ProfessionalWebDesignandWeb
Development
101 Service.</h3>
102 <p>Foundedin2016,byHailahAlaiyed.WebMakerisaservicethatcreatewebsiteswith
moderndesignsandfeaturesfor
103 alltypesofsmallbusinesses,organizations.
104 Weofferthehighqualitywebsitedesignswhicheasytounderstandandnavigatethrough
thatturnsyourbusinessintosuccess.</p>
105 <p>ManyCompaniesthattalkaboutCustomerServicefailtodeliver.
106 WebMakerservealltheneedsoftheircustomers.
107 Weworkwithknowledgeablewebdeveloperswhoensurethateverycustomerreceivesthe
bestqualitythattheylookingfor.
108 Also,weoffertrainingtutorialsthatcanhelpyoumaintainyourwebsite.</p>
109
110 <divid="honor">
111 "ThisassignmentisallmyownworkandcontainsnoPlagiarism.All
112 text,diagramsorothermaterialscopiedfromothersources
113 (including,butnotlimitedto,books,journalsandtheinternet)have
114 beenclearlyacknowledgedandreferencedassuchinthetextbythe
115 useof'quotationmarks'(orindenteditalicsforlongerquotations)
116 followedbytheauthor'snameanddate[e.g.(Byrne,2008)]eitherin
117 thetextorinafootnote/endnote.Thesedetailsarethenconfirmedby
118 afullerreferenceinthebibliography.Iunderstandthatonly
119 assignmentswhicharefreeofplagiarismwillbeawardedpoints.I
120 havecompletedtheAcademicIntegrityTutorial."<br/>
121 <br/>
122 <br/>
123 </div>
124
125 </div>
126 <divid="image"style="width:35%;height:334px;">
127
128 <br/>
129 <spanclass="autostyle4">ThiswebsiteiscreatedbyHailahAlaiyedanITstudent<br
/>
130 atMarymountUniversityasafinalprojectforAdvancedWebDevelopmentclass.</span>
</div>
131
132
133 <divid="footer">
134 <divid="footerMenu">
135 <ulid="footerLinks">
136 <li><ahref="contact.html">ContactUs</a></li>
137 <li><ahref="sitemap.html">SiteMap</a></li>
138 <li><ahref="about.html">AboutUs</a></li>
139 <li><ahref="vision.html">OurVisions</a></li>
140 <li><ahref="feedback.php">feedback</a></li>
141 </ul>
142 </div>
143 </div>
144
145
146
147 </div>
148
149 <script>
150 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
151 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();a=s.createElement(o),
152 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
153 })(window,document,'script','https://www.googleanalytics.com/analytics.js','ga');
154
155 ga('create','UA769437341','auto');
156 ga('send','pageview');
157
158 </script>
159
160
161 </body>
162 </html>
163
164

You might also like