| 
					
				 | 
			
			
				@@ -5,6 +5,7 @@ import ContentWrapper from "@/components/Layout/ContentWrapper"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import Link from "next/link"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import Login from "@/components/Main/Login"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const menu = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		title: "Home", 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -40,7 +41,7 @@ class App extends Component { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<Navbar className="navbar-color" expand="md" dark> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<NavbarBrand href="/"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						<img className="img-fluid" src="/static/img/Logo-vputih.png" alt="App Logo" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<img className="img-fluid logo-nav" src="/static/img/Logo-vputih.png" alt="App Logo" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<img className="img-text-vputih" src="/static/img/Logo-text-vputih.png" alt="App Logo" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</NavbarBrand> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<NavbarToggler onClick={this.toggleCollapse} /> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -58,9 +59,9 @@ class App extends Component { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</Navbar> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<ContentWrapper> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<Jumbotron> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						<Row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<Row className="home-1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							<Col lg={8} className="d-flex flex-column justify-content-center align-items-start"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								<h1 className="display-5">Sistem Informasi Pengendalian Kelembagaan Perguruan Tinggi pada Pendidikan Tinggi Akademik</h1> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								<h1 className="display-5 home-2">Sistem Informasi Pengendalian Kelembagaan Perguruan Tinggi pada Pendidikan Tinggi Akademik</h1> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								<p className="lead">Layanan Pelaporan Pelanggaran Perguruan Tinggi Penyelenggara Pendidikan Tinggi Akademik</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								<hr className="my-4" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								<p>Disediakan kepada masyarakat untuk melaporkan pelanggaran perguruan tinggi yang menyelenggarakan pendidikan tinggi akademik</p> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -73,7 +74,7 @@ class App extends Component { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 											<span className="btn-label"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 												<img className="icon-buatlaporan" src="/static/img/icon-buat-laporan.png" alt="icon" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 											</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-											<text className="text-home-1">Buat Laporan</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+											<text className="text-button-home-1">Buat Laporan</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 										</Button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 									</Link> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 									<Link href="/pemantauan"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -81,10 +82,13 @@ class App extends Component { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 											<span className="btn-label"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 												<img className="icon-pemantauan" src="/static/img/icon-pemantauan.png" alt="icon" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 											</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-											<text className="text-home-1">Pemantauan</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+											<text className="text-button-home-1">Pemantauan</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 										</Button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 									</Link> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								<p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									<img className="ditbaga-logo" src="/static/img/ditbaga-logo.png" alt="applogo"></img> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							</Col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							<Col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								<Login /> 
			 |