ratulotron
5/30/2016 - 10:50 AM

cv.html

<html>
	<head>
		<title> Hello World </title>
		<style>
			body {
				background: #112331;
				color: #F1E68A;
				margin-left: 30%;
				margin-top: 10%;				
				margin-right: 30%;				
			}
			
			a {
				color: #8FA5BD;
			}
			
			a:hover {
				color: #D8C14F;
			}			
			h1, h2 {
				font-family: Courier;
				color: #D8C14F;
			}
			
			h1 {
				font-size: 2.2em;
			}
			
			h2 {
				font-size: 1.7em;
			}						
			div, address {
				font-family: Helvetica;				
			}
			address {
				font-size: .90em;
			}
			img {
				float: right;
				border-radius: 25px;
				height: 95px;
				width: 95px;
			}
		</style>
	</head>

	<body>
		<h1> Minhaz Rahman </h1>
		<img src="https://avatars2.githubusercontent.com/u/1234482">
		<p>
			<address>
			Address: House 23, Road 3/F, Sector 9,<br>
				Uttara, Dhaka 1230 <br>
			</address>
		</p>
		<p>
			<address>	
			Phone: 01676455659 <br>
			Email: m@ratul.xyz <br>
			Website: <a href="http://ratul.xyz" target="_blank">http://ratul.xyz</a>
			</address>
		</p>

		<div>	
			<h2>Personal Statement</h2>
			<p> I am a university student, currently majoring in 
		computer science. My objective is to be a back end 
		web developer. </p>
		</div>


		<div>
			<h2>Experience</h2>
			<p>
				<b>Intern</b>, Webable Digital<br>
				<i>October, 2015 - Present</i>
				<ul>
					<li>Responsibilities: <i>Rapid prototyping</i>, <i>Documentation</i>, <i>SEO</i></li>
				</ul>
			</p>
			<p>
				<b>Trainee</b>, TrendBreaker<br>
				<i>February, 2015 - April, 2015</i> 
				<ul>
					<li>Responsibilities: <i>Project assistant</i>, <i>Documentation</i></li>
					<li>Source: <i><a href="https://github.com/TrendBreaker/agroquest">AgroQuest</a></i></li>
				</ul>
			</p>
		</div>

		<div>
			<h2>Education</h2>
			<p>
				<b>BSc in CS</b>, American International University-Bangladesh<br>
				<i>September, 2012 - Present</i> 
				<ul>
					<li>Courses: <i>Data Structures</i>, <i>Algorithms</i>, <i>Artificial Intelligence</i></li>
					<li>Activities: <i>AIUB Computer Club</i>, <i>AIUB Drama Club</i>, <i>Firefox at AIUB</i></li>
				</ul>
			</p>
			<p>
				<b>HSC</b>, Milestone College<br>
				<i>2008 - 2010</i> 
				<ul>
					<li>Group: <i>Science</i></li>
					<li>Activities: <i>Editor of Annual Wall Magazine</i></li>
				</ul>
			</p>
			<p>
				<b>SSC</b>, Uttara High School and College<br>
				<i>2000 - 2008</i> 
				<ul>
					<li>Group: <i>Science</i></li>
				</ul>
			</p>
		</div>
		
		<div>
			<h2></h2>
			<ul>
				<li></li>
				<li></li>
				<li></li>
			</ul>
		</div>
	</body>
</html>