Added Linux distribution
This commit is contained in:
		
							parent
							
								
									9794973263
								
							
						
					
					
						commit
						b232d9211f
					
				@ -50,4 +50,6 @@ theme: jekyll-theme-slate
 | 
				
			|||||||
download:
 | 
					download:
 | 
				
			||||||
  win_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.Setup.exe
 | 
					  win_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.Setup.exe
 | 
				
			||||||
  mac_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.dmg
 | 
					  mac_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.dmg
 | 
				
			||||||
 | 
					  linux_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/fchat-rising.AppImage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -47,7 +47,14 @@
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .download_link.win {
 | 
					        .download_link.linux a i {
 | 
				
			||||||
 | 
					          background: url(assets/images/linux.png) no-repeat;
 | 
				
			||||||
 | 
					          background-size: contain;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        .download_link.win,
 | 
				
			||||||
 | 
					        .download_link.mac {
 | 
				
			||||||
          margin-bottom: 6px;
 | 
					          margin-bottom: 6px;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -81,6 +88,22 @@
 | 
				
			|||||||
        #header_wrap {
 | 
					        #header_wrap {
 | 
				
			||||||
          background-image: url(assets/images/bg.jpg);
 | 
					          background-image: url(assets/images/bg.jpg);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        #main_content h1 + h2 {
 | 
				
			||||||
 | 
					            margin-top: 35px;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        #main_content h1 {
 | 
				
			||||||
 | 
					            margin-top: 70px;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        #main_content h1:first-of-type {
 | 
				
			||||||
 | 
					            margin-top: 0;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -104,12 +127,17 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
              <div class="download_link win">
 | 
					              <div class="download_link win">
 | 
				
			||||||
                <a href="{{ site.download.win_url }}"><i></i> Windows</a>
 | 
					                <a href="{{ site.download.win_url }}"><i></i> Windows</a>
 | 
				
			||||||
                <small>(72 MB)</small>
 | 
					                <small>(68 MB)</small>
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
              <div class="download_link mac">
 | 
					              <div class="download_link mac">
 | 
				
			||||||
                <a href="{{ site.download.mac_url }}"><i></i> MacOS</a>
 | 
					                <a href="{{ site.download.mac_url }}"><i></i> MacOS</a>
 | 
				
			||||||
                <small>(68 MB)</small>
 | 
					                <small>(72 MB)</small>
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					              <div class="download_link linux">
 | 
				
			||||||
 | 
					                <a href="{{ site.download.linux_url }}"><i></i> Linux</a>
 | 
				
			||||||
 | 
					                <small>(71 MB)</small>
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
            </section>
 | 
					            </section>
 | 
				
			||||||
          {% endif %}
 | 
					          {% endif %}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								docs/assets/images/linux.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/assets/images/linux.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 15 KiB  | 
@ -2,12 +2,17 @@
 | 
				
			|||||||
layout: rising
 | 
					layout: rising
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# What is this?!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**F-Chat Rising** is an extended version of the [original F-Chat 3.0 client](https://wiki.f-list.net/F-Chat_3.0). It contains new features, bug fixes, and other improvements.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Scroll down to see a [feature summary](#link-previews), or take a look at a more [detailed list of features](https://github.com/mrstallion/flist-rising/blob/master/readme.md#key-differences).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					To install, download the application from the links above and then refer to the [original installation instructions](https://wiki.f-list.net/F-Chat_3.0/Installation).
 | 
				
			||||||
 | 
					 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Features
 | 
					# Features
 | 
				
			||||||
 | 
					
 | 
				
			||||||
See a [detailed list of features](https://github.com/mrstallion/flist-rising/blob/master/readme.md#key-differences).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Link Previews
 | 
					## Link Previews
 | 
				
			||||||
Hover your mouse on any link to view the image.
 | 
					Hover your mouse on any link to view the image.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user