1
+ <html >
2
+ <title >Sri Lanka School Of Computing </title >
3
+ <head >
4
+ <link rel =" stylesheet" href =" http://www.w3schools.com/lib/w3.css" >
5
+ <link rel =" icon" href =" SLSOC.jpg" type =" image/gif" sizes =" 16x16" >
6
+ <link rel =" stylesheet" type =" text/css" href =" homecss.css" >
7
+ <meta name =" viewport" content =" width=device-width, initial-scale=1" >
8
+
9
+ <style >
10
+
11
+ body {
12
+ background-color : #e3e7f0 ;
13
+ height :auto ;
14
+ width :1200px ;
15
+ margin-left :75px ;
16
+ }
17
+
18
+ .content
19
+ {
20
+ height :auto ;
21
+ margin-left :0px ;
22
+ margin-bottom :0px ;
23
+ width :1200px ;
24
+ background-color : #FFFFFF ;
25
+ }
26
+
27
+ .about {
28
+ margin-left :50px ;
29
+ margin-right :50px ;
30
+ font-family : Times New Roman;
31
+ line-height : 180% ;
32
+ font-size :135% ;
33
+ text-align : left ;
34
+ color :#353c47 ;
35
+ }
36
+
37
+ </style >
38
+
39
+ <!-- Start Of Back To Top -->
40
+ <script type =" text/javascript" src =" http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script >
41
+ <script type =" text/javascript" >
42
+ var scrolltotop= {
43
+ setting: {startline: 100 , scrollto: 0 , scrollduration: 1000 , fadeduration: [500 , 100 ]},
44
+ controlHTML: ' <img src="http://4.bp.blogspot.com/-FF9tEBUa6Lk/UtpgnHSpEaI/AAAAAAAACVA/-CrIj2AigCQ/s1600/Back+To+Top+-+1.png"/>' ,
45
+ controlattrs: {offsetx: 5 , offsety: 5 },
46
+ anchorkeyword: ' #top' ,
47
+ state: {isvisible: false , shouldvisible: false },
48
+ scrollup : function (){
49
+ if (! this .cssfixedsupport )
50
+ this .$control .css ({opacity: 0 })
51
+ var dest= isNaN (this .setting .scrollto )? this .setting .scrollto : parseInt (this .setting .scrollto )
52
+ if (typeof dest== " string" && jQuery (' #' + dest).length == 1 )
53
+ dest= jQuery (' #' + dest).offset ().top
54
+ else
55
+ dest= 0
56
+ this .$body .animate ({scrollTop: dest}, this .setting .scrollduration );
57
+ },
58
+ keepfixed : function (){
59
+ var $window= jQuery (window )
60
+ var controlx= $window .scrollLeft () + $window .width () - this .$control .width () - this .controlattrs .offsetx
61
+ var controly= $window .scrollTop () + $window .height () - this .$control .height () - this .controlattrs .offsety
62
+ this .$control .css ({left: controlx+ ' px' , top: controly+ ' px' })
63
+ },
64
+ togglecontrol : function (){
65
+ var scrolltop= jQuery (window ).scrollTop ()
66
+ if (! this .cssfixedsupport )
67
+ this .keepfixed ()
68
+ this .state .shouldvisible = (scrolltop>= this .setting .startline )? true : false
69
+ if (this .state .shouldvisible && ! this .state .isvisible ){
70
+ this .$control .stop ().animate ({opacity: 1 }, this .setting .fadeduration [0 ])
71
+ this .state .isvisible = true
72
+ }
73
+ else if (this .state .shouldvisible == false && this .state .isvisible ){
74
+ this .$control .stop ().animate ({opacity: 0 }, this .setting .fadeduration [1 ])
75
+ this .state .isvisible = false
76
+ }
77
+ },
78
+ init : function (){
79
+ jQuery (document ).ready (function ($ ){
80
+ var mainobj= scrolltotop
81
+ var iebrws= document .all
82
+ mainobj .cssfixedsupport = ! iebrws || iebrws && document .compatMode == " CSS1Compat" &&
83
+ window .XMLHttpRequest
84
+ mainobj .$body = (window .opera )? (document .compatMode == " CSS1Compat" ? $ (' html' ) : $ (' body' )) : $ (' html,body' )
85
+ mainobj .$control = $ (' <div id="topcontrol">' + mainobj .controlHTML + ' </div>' )
86
+ .css ({position: mainobj .cssfixedsupport ? ' fixed' : ' absolute' , bottom: mainobj .controlattrs .offsety ,
87
+ right: mainobj .controlattrs .offsetx , opacity: 0 , cursor: ' pointer' })
88
+ .attr ({title: ' Scroll Back to Top' })
89
+ .click (function (){mainobj .scrollup (); return false })
90
+ .appendTo (' body' )
91
+ if (document .all && ! window .XMLHttpRequest && mainobj .$control .text ()!= ' ' )
92
+ mainobj .$control .css ({width: mainobj .$control .width ()})
93
+ mainobj .togglecontrol ()
94
+ $ (' a[href="' + mainobj .anchorkeyword + ' "]' ).click (function (){
95
+ mainobj .scrollup ()
96
+ return false
97
+ })
98
+ $ (window ).bind (' scroll resize' , function (e ){
99
+ mainobj .togglecontrol ()
100
+ })
101
+ })
102
+ }
103
+ }
104
+ scrolltotop .init ()
105
+ </script > <!-- End Of Back To Top -->
106
+
107
+ </head >
108
+
109
+ <body >
110
+ <div class =" content" >
111
+
112
+ <div id =" container" >
113
+
114
+ <div id =" header" >
115
+ <center ><a href =" home.php" ><img src =" SLSOCBannerBox.jpg" alt =" SLSOC_Logo" width =" 1200px" ></a ></center >
116
+ </div >
117
+
118
+ <ul >
119
+ <li ><a class = " active" href = " home.php" >Home</a ></li >
120
+
121
+ <li class = " dropdown" >
122
+ <a href = " #" class = " dropbtn" >About US</a >
123
+ <div class = " dropdown-content" >
124
+ <a href = " about.php" >About SLSOC</a >
125
+ <a href = " lecturerpanel.php" >Lecturer Panel</a >
126
+ </div >
127
+ </li >
128
+
129
+ <li class = " dropdown" >
130
+ <a href = " #" class = " dropbtn" >Units</a >
131
+ <div class = " dropdown-content" >
132
+ <a href = " se.php" >Software Engineering</a >
133
+ <a href = " csec.php" >Computer Security</a >
134
+ <a href = " cn.php" >Computer Network</a >
135
+ <a href = " csci.php" >Computer Science</a >
136
+ </div >
137
+ </li >
138
+
139
+ <li ><a href = " stulogin.php" >Student Area</a ></li >
140
+
141
+ <li ><a href = " contact.php" >Contact</a ></li >
142
+
143
+ <li style = " float:right" ><a href = " apply.php" class = " button" target = " _blank" >Apply Now</a ></li >
144
+ </ul >
145
+
146
+ <!-- End Of The Top Part Of The Page -->
147
+
148
+ <br >
149
+
150
+ <p class =" about" >
151
+
152
+ <img src =" SLSOC Biulding.jpg" style =" float :right " ></img >
153
+
154
+ Sri Lanka School Of Computing has one of the longest - established Computer Science departments in the country . Formerly known as the SL Computing Laboratory , it is home to a community of world - wide research and teaching . Research activities encompass core Computer Science , as well as computational biology , information systems , software verification and software engineering . The department is home to undergraduates , full - time and part - time Master ' s students, and has a strong doctoral programme.<br><br>
155
+
156
+ Sri Lanka School Of Computing Laboratory was set up in 1998 under the direction of <br> Mr. Somasiri Kahandagamage. Within a short time from its foundation it was providing undergraduate lectures in the Faculty of Mathematics, training a number of research students, and running a mainframe computer which provided a computing service to the University generally. During this initial period the research efforts of the Laboratory were directed almost entirely towards analysis and led to the establishment of the Analysis Group.<br><br>
157
+
158
+ We are Providing BSc (Honours) Software Engineering , BSc (Honours) Computer Security , BSc (Honours) Computer Networks and BSc (Honours) Computer Science Degrees. All of these Degrees are approved by University Grants Commission (UGC).
159
+ And we have great qualified Lecturer panel. <br>
160
+
161
+ <center><iframe width="854" height="480" src="https://www.youtube.com/embed/Lak5IlyQzL0" frameborder="0" allowfullscreen></iframe></center>
162
+
163
+ </p> <!-- End Of The About Class -->
164
+ <br>
165
+ <!-- Below Part Of The Page -->
166
+
167
+ <!-- <div id ="left"></div>
168
+ <div id ="right"></div>
169
+ <div id ="center"></div> -->
170
+
171
+ <div id ="footer">
172
+
173
+ <table width="1168px">
174
+ <tr>
175
+ <th><h2><u>Looking For Us</u></h2></th>
176
+ <th><h2><u>Shortcuts</u></h2></th>
177
+ <th><h2><u>Find Us On</u></h2></th>
178
+ </tr>
179
+ <tr>
180
+ <td><p class="address">442 Galle Road<br>
181
+ Colombo 03<br>
182
+ Sri Lanka<br>
183
+
184
+ Tel: <a href="tel:+(94) 112565511">+(94) 112565511</a><br>
185
+ Fax: <a href="tel:+(94) 112565594">+(94) 112565594</a><br>
186
+ Email: <a href="mailto:[email protected] ">[email protected] </a></td>
187
+
188
+ <td>
189
+ <a href="home.php">* Home</a><br>
190
+ <a href="about.php">* About SLSOC</a><br>
191
+ <a href="stulogin.php">* Student System<br></a>
192
+ <a href="contact.php">* Contact Us<br></a>
193
+ </td>
194
+
195
+ <td><a href="http://www.facebook.com" target="_blank" class="icon-button facebook"><i class="icon-facebook"></i><span></span> Facebook</a><br>
196
+
197
+ <a href="https://twitter.com" target="_blank" class="icon-button twitter"><i class="icon-twitter"></i><span></span> Twitter</a><br>
198
+
199
+ <a href="http://www.youtube.com" target="_blank" class="icon-button google-plus"><i class="icon-google-plus"></i><span></span> Youtube</a>
200
+ </td>
201
+
202
+ </tr>
203
+ </table></p>
204
+
205
+ <hr> <p class="copyright">
206
+ Copyright © 2016 Sri Lanka School Of Computing - SLSOC.
207
+
208
+ Designed & Developed By <a href="http://allsevennet.blogspot.com/" target="_blank">Fit Swift GaNg / Seven Net</a></p>
209
+
210
+ </div> <!-- End Of The Footer -->
211
+
212
+ </div> <!-- End Of ID Container CSS / White Background -->
213
+
214
+ </div> <!--End Of Body Class Content CSS-->
215
+ </body>
216
+ </html>
0 commit comments