<!DOCTYPEhtml>
<html>
<head>
<title>alumni-gathering</title>
<style type="text/css">
#topbar{width:100%;background-color:;height:150px;}
#main-logo{float:left;width:19%;}
img{width:25%;}
#toptxt{float:left;margin:65px 0 10px 95px;font-size:20px;}
.cntr{text-align:center;color:black;}
#bottombar{width:100%;height:350px;background-color:#112233;}
.bottom-section{float:left;width:15%;margin-left:8%;color:white;}
.style1{font-size:19px;}
button{width:100%;height:125px;background-color:#112233;font-size:19px;color:white;border:1px white solid;}
#input-align{text-align:center;}
input{width:100%;border:0px;height:20px;}
#txt{margin:105px 0 105px 0;}
.style2{font-size:22px;}
</style>
</head>
<body>
<div id="topbar">
<img src="logo.png" id="main-logo">
<div id="toptxt">Home | About | Attendance | Agenda | Alumni Directory | Survey | Contact</div>
</div>
<div id="txt">
<h1 class="cntr">About the Alumni Gathering Event</h1>
<p class="style2">A mid-winter celebration held in February, Alumni Day provides a glimpse of campus life when the University is in session. Featuring lectures by alumni award winners and Princeton's top faculty, the annual Service of Remembrance, family programming, workshops and campus tours, Alumni Day provides an opportunity for alumni to connect back to the University, to one another and to current students. In 2015, a special 100th Anniversary celebration will take place on the evening of Friday, February 20 and throughout Saturday, February 21.</p>
</div>
<div id="bottombar">
<div class="bottom-section">
<h2>CONTACT US</h2>
<p class="style1">Call: +966-13-589-8110</p>
<p class="style1">Email:
[email protected]</p>
<p class="style1">Web: http://almni.ccsitsys.com</p>
</div>
<div class="bottom-section">
<h2>FOLLOW US</h2>
<img src="facebook.png">
<img src="google.png">
<img src="instagram.png">
<img src="linkedin.png">
<img src="twitter.png">
<img src="youtube.png">
</div>
<div class="bottom-section" id="input-align">
<h2>MAILING LIST</h2>
<p>Join our nwesletter</p>
<input placeholder="Email Address">
<br><br><br>
<button>join</button>
</div>
<div class="bottom-section">
<h2>CCIT</h2>
<p>CCSIT is a premium institute at King Faisal University offering degree programs in Computer Science, Information Systems and Computer Networks.</p>
</div>
</div>
<script type="text/javascript">
</script>
</body>
</html>