Merge pull request #3390 from quay/joseph.schorr/QUAY-1383/change-logo
Update references from CoreOS to Red Hat
This commit is contained in:
		
						commit
						26b1aef33e
					
				
					 4 changed files with 11 additions and 33 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								static/img/Logo_RH_RGB_Default.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/img/Logo_RH_RGB_Default.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 8.5 KiB | 
|  | @ -21,13 +21,6 @@ | |||
|         New York City, NY | ||||
|       </div> | ||||
|     </div> | ||||
|     <div class="col-sm-3"> | ||||
|       <div class="about-basic-icon"><i class="fa fa-3x fa-users"></i></div> | ||||
|       <div class="about-basic-text"> | ||||
|         <b> Local Worker Bees</b><br> | ||||
|         7 | ||||
|       </div> | ||||
|     </div> | ||||
|     <div class="col-sm-3"> | ||||
|       <div class="about-basic-icon"><img src="/static/img/coreos-globe-color-lg.png" style="height: 42px; vertical-align: bottom;"></div> | ||||
|       <div class="about-basic-text"> | ||||
|  | @ -35,26 +28,11 @@ | |||
|         August, 2014 | ||||
|       </div> | ||||
|     </div> | ||||
|   </div> | ||||
| 
 | ||||
|   <div class="row"> | ||||
|     <div class="col-sm-12"> | ||||
|       <h3>Our Story</h3> | ||||
|       <p>Quay was originally created out of necessity when we wanted to use Docker containers with our original IDE | ||||
|         product. We were using Docker containers to host and isolate server processes invoked on behalf of our users | ||||
|         and often running their code. We started by building the Docker image dynamically whenever we spun up a new | ||||
|         host node. The image was monolithic. It was too large, took too long to build, and was hard to manage | ||||
|         conflicts. It was everything that Docker wasn't supposed to be. When we decided to split it up into pre-built | ||||
|         images and host them somewhere, we noticed that there wasn't a good place to host images securely. Determined | ||||
|         to scratch our own itch, we built Quay, and officially launched it as an aside in our presentation to the <a | ||||
|           href="http://www.meetup.com/Docker-NewYorkCity/events/142142762/">Docker New York City Meetup</a> on October | ||||
|         2nd, 2013.</p> | ||||
|       <p>After launch, our customers demanded that Quay become our main focus. They rely on us to make sure they can | ||||
|         store and distribute their container images, and we understand that solemn responsibility. Our customers have | ||||
|         been fantastic with giving us great feedback and suggestions.</p> | ||||
|       <p>In August, 2014, Quay joined <a href="https://coreos.com">CoreOS</a> to provide registry support for the | ||||
|         enterprise. As ever, we are working as hard as we can to deliver on the promise and execute our vision of what | ||||
|         a top notch container registry should be. | ||||
|     <div class="col-sm-3"> | ||||
|       <div class="about-basic-text"> | ||||
|         <img src="/static/img/Logo_RH_RGB_Default.png" style="height: 42px; vertical-align: bottom;"><br> | ||||
|         January, 2018 | ||||
|       </div> | ||||
|     </div> | ||||
|   </div> | ||||
| 
 | ||||
|  |  | |||
|  | @ -146,7 +146,7 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug | |||
|     <nav id="co-l-footer" class="page-footer hidden-xs"> | ||||
|       <div class="col-md-8"> | ||||
|         <ul> | ||||
|           <li><span class="copyright">{{ version_number }} ©2014-{{ current_year }} CoreOS, Inc.</span></li> | ||||
|           <li><span class="copyright">{{ version_number }} ©2014-{{ current_year }} Red Hat, Inc.</span></li> | ||||
|           <li><a href="https://docs.quay.io/" ng-safenewtab>Documentation and Help</a></li> | ||||
|           <li quay-require="['BILLING']"><a href="/tos" target="_self">Terms</a></li> | ||||
|           <li quay-require="['BILLING']"><a href="/privacy" target="_self">Privacy</a></li> | ||||
|  | @ -161,7 +161,7 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug | |||
|         </ul> | ||||
|       </div> | ||||
|       <div class="col-md-4"> | ||||
|         <a href="https://coreos.com" ng-safenewtab><img src="/static/img/coreos.svg"></a> | ||||
|         <a href="https://redhat.com" ng-safenewtab><img src="/static/img/Logo_RH_RGB_Default.png"></a> | ||||
|       </div> | ||||
|     </nav> | ||||
| 
 | ||||
|  |  | |||
|  | @ -8,10 +8,10 @@ | |||
|        <td valign="center"> | ||||
|          <h3>Quay</h3> | ||||
|          <p style="font-size: 12px; -webkit-text-adjust: none"> | ||||
|            CoreOS, Inc<br> | ||||
|            https://coreos.com<br> | ||||
|            PO Box 7775 #55097<br> | ||||
|            San Francisco, CA 94120-7775 | ||||
|            Red Hat, Inc<br> | ||||
|            https://redhat.com<br> | ||||
|            100 East Davie Street<br> | ||||
|            Raleigh, North Carolina 27601 | ||||
|          </p> | ||||
|        </td> | ||||
|        <td align="right" width="100%"> | ||||
|  |  | |||
		Reference in a new issue