Compare commits
	
		
			1 Commits
		
	
	
		
			main
			...
			1a3c6a29ec
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1a3c6a29ec | 
| @@ -1 +0,0 @@ | ||||
| *   @luke | ||||
| @@ -1,16 +0,0 @@ | ||||
| name: Validate PR Title | ||||
| on: | ||||
|   pull_request: | ||||
|     types: | ||||
|       - opened | ||||
|       - edited | ||||
|       - synchronize | ||||
|       - reopened | ||||
|  | ||||
| jobs: | ||||
|   validate: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4 | ||||
|         with: | ||||
|           commit-message: ${{ gitea.event.pull_request.title }} | ||||
							
								
								
									
										4
									
								
								.github/workflows/pages.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/pages.yml
									
									
									
									
										vendored
									
									
								
							| @@ -29,11 +29,11 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v5 | ||||
|         uses: actions/checkout@v4 | ||||
|       - name: Setup Pages | ||||
|         uses: actions/configure-pages@v5 | ||||
|       - name: Upload artifact | ||||
|         uses: actions/upload-pages-artifact@v4 | ||||
|         uses: actions/upload-pages-artifact@v3 | ||||
|         with: | ||||
|           # Upload entire repository | ||||
|           path: '.' | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										15
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								index.html
									
									
									
									
									
								
							| @@ -249,17 +249,6 @@ | ||||
| 					<div id="page-4" class="page four"> | ||||
| 						<h2 class="heading">Awards & Certifications</h2> | ||||
|  | ||||
| 						<div class="resume-wrap d-flex ftco-animate"> | ||||
| 							<div class="icon d-flex align-items-center justify-content-center"> | ||||
| 								<span class="flaticon-ideas"></span> | ||||
| 							</div> | ||||
| 							<div class="text pl-3"> | ||||
| 								<span class="date">18 Apr 2025 - 18 Apr 2028</span> | ||||
| 								<h2>ITIL® 4 Specialist: Monitor, Support and Fulfil</h2> | ||||
| 								<span class="position">PeopleCert</span> | ||||
| 								<p><a href="/files/itil4-msf.pdf">Certificate</a></p> | ||||
| 							</div> | ||||
| 						</div> | ||||
| 						<div class="resume-wrap d-flex ftco-animate"> | ||||
| 							<div class="icon d-flex align-items-center justify-content-center"> | ||||
| 								<span class="flaticon-ideas"></span> | ||||
| @@ -298,7 +287,7 @@ | ||||
| 								<span class="flaticon-ideas"></span> | ||||
| 							</div> | ||||
| 							<div class="text pl-3"> | ||||
| 								<span class="date">31 May 2021 - 11 Apr 2028</span> | ||||
| 								<span class="date">31 May 2021 - 31 May 2024</span> | ||||
| 								<h2>ITIL® 4 Foundation</h2> | ||||
| 								<span class="position">AXELOS</span> | ||||
| 								<p><a href="/files/itil4-foundation.pdf">Certificate</a></p> | ||||
| @@ -417,4 +406,4 @@ | ||||
|  | ||||
| </body> | ||||
|  | ||||
| </html> | ||||
| </html> | ||||
| @@ -1,5 +1,5 @@ | ||||
| { | ||||
|   "extends": [ | ||||
|     "config:recommended" | ||||
|     "config:base" | ||||
|   ] | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user