feat: Add RideAware link and update hardware descriptions
This commit introduces a new link to RideAware on the about page and updates the descriptions for NVMe and SSD in the hardware section. - Added a link to https://rideaware.org on the "About" page under "Cycling Adventures". - Corrected the hardware description for NVMe to accurately reflect the Samsung 860 EVO 500GB. - Updated the hardware description for SSD to reflect the WD Green 1TB. - Modified the "Checkout RideAware" button on the homepage to use a btn-light class for better visual consistency. - Changed the "Read My Blog" button on the homepage to use a btn-light class.
This commit is contained in:
		
							parent
							
								
									311ed4c355
								
							
						
					
					
						commit
						c09bccc8a1
					
				
					 3 changed files with 7 additions and 3 deletions
				
			
		|  | @ -42,12 +42,12 @@ | |||
|                     </div> | ||||
|                     <div class="col-md-6"> | ||||
|                         <div class="spec-item p-2 bg-light rounded"> | ||||
|                             <strong><i class="fas fa-hdd text-secondary me-2"></i>SSD:</strong> Samsung 860 EVO 500GB | ||||
|                             <strong><i class="fas fa-hdd text-secondary me-2"></i>NVMe:</strong> Samsung 860 EVO 500GB | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <div class="col-md-6"> | ||||
|                         <div class="spec-item p-2 bg-light rounded"> | ||||
|                             <strong><i class="fas fa-hdd text-secondary me-2"></i>HDD:</strong> WD Green 1TB | ||||
|                             <strong><i class="fas fa-hdd text-secondary me-2"></i>SSD:</strong> WD Green 1TB | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <div class="col-md-6"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Blake Ridgway
						Blake Ridgway