parent
							
								
									008c9615ed
								
							
						
					
					
						commit
						4da6194cea
					
				
				 6 changed files with 109 additions and 10 deletions
			
			
		| 
		 After Width: | Height: | Size: 355 KiB  | 
| 
		 After Width: | Height: | Size: 2.6 KiB  | 
@ -0,0 +1,38 @@ | 
				
			|||||||
 | 
					@extends('layout.app') | 
				
			||||||
 | 
					@section('title') | 
				
			||||||
 | 
					    <title>News & Updates</title> | 
				
			||||||
 | 
					@endsection | 
				
			||||||
 | 
					@section('content') | 
				
			||||||
 | 
					    <section class="news-banner-section"> | 
				
			||||||
 | 
					        <div class="news-banner-desc"> | 
				
			||||||
 | 
					            <h2>News & Updates</h2> | 
				
			||||||
 | 
					        </div> | 
				
			||||||
 | 
					    </section> | 
				
			||||||
 | 
					    <section class="news-update-section"> | 
				
			||||||
 | 
					        <div class="news-update-head"> | 
				
			||||||
 | 
					            <h5>What’s New <hr></h5> | 
				
			||||||
 | 
					            <h3>News & Updates</h3> | 
				
			||||||
 | 
					        </div> | 
				
			||||||
 | 
					        <div class="row mt-4"> | 
				
			||||||
 | 
					            <div class="col-md-6"> | 
				
			||||||
 | 
					                <div class="featured-news-image"> | 
				
			||||||
 | 
					                    <img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt=""> | 
				
			||||||
 | 
					                </div> | 
				
			||||||
 | 
					            </div> | 
				
			||||||
 | 
					            <div class="col-md-6"> | 
				
			||||||
 | 
					                <div class="featured-news-desc"> | 
				
			||||||
 | 
					                    <h3>Recognition of Prior Learning (RPL)</h3> | 
				
			||||||
 | 
					                    <h5>Dec 08, 2022</h5> | 
				
			||||||
 | 
					                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s...</p> | 
				
			||||||
 | 
					                    <a href="/">Read More</a> | 
				
			||||||
 | 
					                </div> | 
				
			||||||
 | 
					            </div> | 
				
			||||||
 | 
					            <div class="col-md-4"> | 
				
			||||||
 | 
					                <div class="news-page-card"> | 
				
			||||||
 | 
					                     | 
				
			||||||
 | 
					                </div> | 
				
			||||||
 | 
					            </div> | 
				
			||||||
 | 
					        </div> | 
				
			||||||
 | 
					    </section> | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@endsection | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue