videosgif.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J278KEGGHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J278KEGGHQ');
</script>
<link rel="shortcut icon" href="favicon.png" type="image/png">
<link rel="apple-touch-icon" href="favicon.ico">
<meta name="description" content="Discover the world of Gaming Forums, Communities, Events, Gaming Hardware, Gaming Memes, and more">
<meta property="og:url" content="http://www.videosgif.com">
<meta property="og:image" content="http://www.videosgif.com/videosgif-logo.jpg">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="author" content="videosgif@proton.me" >
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="style.css">
<meta name="msapplication-navbutton-color" content="#ffffff">
<meta name="apple-mobile-web-app-status-bar-style" content="#ffffff">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="videosgif">
<title>videosgif. Gaming Community and Discussoins | Forums</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<style>
* {
box-sizing: border-box;
margin: 0px;
}
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
background-color: #1d2330;
}
/*header*/
.brand{
text-align: center;
float: end;
margin-top: 0px;
}
.brand a{
text-decoration: none;
color: #fff;
font-family: Berlin Sans FB;
-webkit-animation-name: example; /* Chrome, Safari, Opera */
-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
animation-name: branddesign;
animation-duration: 4s;
animation-iteration-count: 2;
}
@keyframes branddesign {
0% {color: #282e3b;}
25% { color: white;}
50% { color: #282e3b;}
100% { color: white;}
}
/*sidenavigation*/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: white;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
display: block;
transition: 0.3s
}
.sidenav a:hover{
color: #ff5a1c;
text-decoration-thickness: 3px;
}
.closebtn {
font-size: 36px !important;
}
.main-side-container{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.main-side-container div a{
font-size: 15pt;
}
.main-side-container div hr{
height: 2px;
width: 80%;
border: none;
border-radius: 7px;
background-color:#fff;
}
.w-f-u{
background-color: #00b600;
border-radius: 5px;
}
.w-f-u:hover{
color: white !important;
box-shadow: 0px 0px 10px red;
}
.sub-side-container:first-child{
color: red;
}
/* Responsive layout*/
@media screen and (max-width: 1080px) {
.main-side-container{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-side-container div a{
font-size: 14pt;
}
}@media screen and (max-width: 863px) {
.main-side-container div a{
font-size: 13pt;}
}
@media screen and (max-width: 820px) {
.main-side-container div a{
font-size: 12pt;
}
.w-f-u{
margin-bottom: 10px;
margin-left: 10px;
}
}
h4 {
text-align: center;
font-size: 60px;
margin-top: 0px;
}
.svg-clock{
width: 11px;
fill:grey;
}
/* Increase the font size of the h1 element */
.header h1 {
font-size: 40px;
}
/* Column container */
.row {
display: flex;
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
flex: 30%;
background-color: #f1f1f1;
padding: 20px;
}
/* Main column */
.main {
flex: 70%;
background-color: white;
padding: 50px;
}
/* image */
.imgprops {
width: 100%;
}
@media screen and (max-width: 800px) {
.side{
flex: 0%;
}
.main{
flex: 100%;
}
}
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
.row {
flex-direction: column;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.navbar a {
float: none;
width:100%;
}
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 2;
top: 0;
right: 0;
background-color:#282e3b ;
overflow-x: hidden;
transition: 0.5s;
padding:0px;
opacity: .90;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #fff;
display: block;
transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
color:red;
text-decoration: none;
}
.closebtn {
position: relative;
top: 0;
right: 25px;
font-size: 36px !important;
}
#main {
transition: margin-left .5s;
color: white;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
@media screen and (max-width: 700px){
.top-nav{
display: none;
}
}
@media screen and (max-width: 1000px){
.top-nav{
margin-left: 0px !important;
}
}
.top-nav{
margin-bottom: 70px;
justify-content: center;
font-size: 12px;
margin-left: 4px;
}
.nav{
width: auto;
height: 40px;
border: none;
line-height: 10px;
}
.top-nav a{
text-decoration: none;
color: #fff;
font-family: Berlin Sans FB;
}
.top-nav a:hover{
color: red;
}
.top-nav a li{
list-style: none;
float: left;
font-size: 12pt ;
margin-right: 20px;
}
.header-box{
background-color: #1d2330;
height:70px;
}
.News-heading{
text-decoration: navy;
font-size:12pt;
display:flex;
flex-direction:row;
}
.News-heading:before, .News-heading:after{
content: "";
flex: 1 1;
border-bottom: 1px solid;
margin:auto;
}
.News-heading:before{
margin-right: 10px;
}
.News-heading:after{
margin-left: 10px;
}
footer{
background-color: #282e3b;
margin: 0px;
}
.footer-main-container{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-main-container div{
margin-left: 5px;
width: 300px;
}
.footer-main-container div hr{
width: 80%;
margin-left: 0px;
}
.facb:hover{
color: rgb(62, 62, 214) !important;
}
.insg:hover{
color: rgba(255, 0, 21, 0.493) !important;
}
.twit:hover{
color: skyblue !important;
}
.teleg:hover{
color: rgb(33, 135, 175) !important;
}
.footer-main-container div p{
color: #828da670;
}
.footer-main-container div a{
text-decoration: none;
font-size: 15pt;
color: #828da6;
font-size: 13pt;
line-height: 35px;
}
.footer-main-container div a:hover{
color: #fff;
}
.sub-container:first-child{
color: #fff;
}
.footer-terms{
text-align: center;
color:#828da6 ;
font-size: 10pt;
}
.footer-terms a{
color: #f1f1f1;
text-decoration: none;
font-size: 10pt;
}
.card-title-font{
color:#113277;
font-size: 15pt
}
.postimgtop{
width:100%;
height:320px;
border-radius:5px 5px 0 0;
}
.postimgtop-con{
height: auto;
}
.postimgtopt{
width:100%;
height:150px;
border-radius:5px 5px 0 0;
}
.fixed-bar{
position: fixed;
top:0;
width: 100%;
z-index: 1;
}
/*scroll to top*/
@keyframes rotate {
to {
transform: rotate(2520deg);
}
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #555;
animation-name: rotate;
animation-duration: 3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
</style>
</head>
<body>
<!-- Navigation -->
<section class="header-box fixed-bar">
<span style="font-size:30px;cursor:pointer; color: rgb(255, 255, 255); float: left;" onclick="openNav()">☰ </span>
<h2 class="brand"><a href="/">Gaming<span style="color: red"> Community</span> Platform</a></h2>
<ul class="top-nav">
<a href="/" ><li class="nav" id="c-color"> Home <i class="fa fa-circle" style="font-size: 8pt; "></i></li></a>
<a href="/gaming-forums" itemprop="breadcrumb"><li>Forums</li></a>
<a href="/game-specific-communities" itemprop="breadcrumb"><li>Communities</li></a>
<a href="/gamer-social-networks" itemprop="breadcrumb"><li>Social</li></a>
<a href="/lfg-platforms" itemprop="breadcrumb"><li>LFG</li></a>
<a href="/clan-and-guild-communities" itemprop="breadcrumb"><li>Clan-Guild</li></a>
<a href="/streamer-and-content-creator-networks" itemprop="breadcrumb"><li>Streamer</li></a>
<a href="/gaming-events-and-tournaments" itemprop="breadcrumb"><li>Tournaments</li></a>
<a href="/gaming-news-and-updates" itemprop="breadcrumb"><li>News</li></a>
<a href="/gaming-advice-and-strategies" itemprop="breadcrumb"><li>Advice</li></a>
<a href="/community-challenges-and-contests" itemprop="breadcrumb"><li>Challenges</li></a>
<a href="/game-modding-and-customization" itemprop="breadcrumb"><li>Customization</li></a>
<a href="/tech-and-hardware-discussions" itemprop="breadcrumb"><li>Hardware</li></a>
<a href="/gaming-art-and-creativity" itemprop="breadcrumb"><li>Creativity</li></a>
<a href="/gaming-diversity-and-inclusion" itemprop="breadcrumb"><li>Diversity</li></a>
<a href="/gaming-memes-and-humor" itemprop="breadcrumb"><li>Memes</li></a>
</ul>
</section>
<!--top navigation -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"><i style="color: red; float: right; font-size: 50pt;" >×</i></a>
<div class="main-side-container">
<div>
<a href="javascript:void(0)" class="sub-side-container">Useful links</a>
<hr>
<a href="/"> Home</a>
<a href="/gaming-events-and-tournaments">Gaming Events and Tournaments</a>
<a href="/gaming-news-and-updates">Gaming News and Updates</a>
<a href="/gaming-advice-and-strategies">Gaming Advice and Strategies</a>
<a href="/community-challenges-and-contests">Community Challenges and Contests</a>
</div>
<div>
<a href="javascript:void(0)"></a>
<a href="javascript:void(0)"></a>
<a href="javascript:void(0)"></a>
<a href="#">Videos Gif</a>
<a href="#">Gaming Community</a>
<a href="/game-modding-and-customization">Game Modding and Customization</a>
<a href="/tech-and-hardware-discussions">Tech and Hardware Discussions</a>
<a href="/gaming-art-and-creativity">Gaming Art and Creativity</a>
</div>
<div>
<hr>
</div>
<div>
<a href="javascript:void(0)" class="sub-side-container"> Socials</a>
<hr>
<a href="#" class="facb"><i class="fa fa-facebook"></i> Facebook</a>
<a href="#" class="insg"><i class="fa fa-instagram"></i> Instagram</a>
<a href="#" class="twit"><i class="fa fa-twitter"></i> Twitter</a>
<a href="https://www.videosgif.com" class="teleg"><i class="fa fa-telegram"></i> Telegram</a>
</div>
<div>
<a href="javascript:void(0)" class="sub-side-container"> Help & Support</a>
<hr>
<a href="/contact-us"> Contact</a>
<a href="/about-us"> About Us</a>
<a href="/write-for-us" class="w-f-u"> <i class="fa fa-book"></i> Write for Us</a>
</div>
</div>
</div>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "100%";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<!-- Page Content -->
<div class="row">
<div class="main">
<div class="imgprops" style="height:auto;">
<!-- Blog Post -->
</div>
<div class="imgprops" style="height:auto;">
<!---Comment Section --->
<div class="row" >
<div class="col-md-12">
<div class="card my-4">
<h5 class="card-header">Leave a Comment:</h5>
<div class="card-body">
<form name="Comment" method="post">
<input type="hidden" name="csrftoken" value="a1c99347ae78df901d0e3e31dbfede472486687cbee2122fd7cbb5aa020b8888" />
<div class="form-group">
<input type="text" name="name" class="form-control" placeholder="Enter your fullname" required>
</div>
<div class="form-group">
<input type="email" name="email" class="form-control" placeholder="Enter your Valid email" required>
</div>
<div class="form-group">
<textarea class="form-control" name="comment" rows="3" placeholder="Comment" required></textarea>
</div>
<button type="submit" class="btn btn-primary" name="submit">Submit</button>
</form>
</div>
</div>
<!---Comment Display Section --->
</div>
</div>
</div>
</div>
<div class="side">
<div class="imgprops" style="height:auto;">
<!-- Sidebar Widgets Column -->
<div class="col-md-14">
<!-- Search Widget -->
<div class="card mb-4">
<h5 class="card-header sidebar-title" style="color: black;">SEARCH</h5>
<div class="card-body">
<form name="search" action="/search" method="post">
<div class="input-group">
<input type="text" name="searchtitle" class="form-control" placeholder="Search for..." required>
<span class="input-group-btn">
<button class="btn btn-secondary" type="submit">Go!</button>
</span>
</div>
</form>
</div>
</div>
<!-- Side Widget -->
<div class="card my-4">
<h5 class="card-header sidebar-title"style="color: black;">Recent News</h5>
<div class="card-body">
<ul class="mb-0">
<li>
<a href="videosgif-gaming-vancouver-top-startups">Vancouver, known for its stunning natural landscapes and vibrant city life, is also a hotbed for gaming startups that are making waves in the industry. With a growing community of game developers, designers, and enthusiasts, Vancouver has become a hub for innovation and creativity in the gaming world. In this article, we will highlight some of the top gaming startups in Vancouver that are pushing boundaries and shaping the future of gaming.</a>
</li>
<li>
<a href="videosgif-gaming-vancouver-business">In the bustling city of Vancouver, Canada, the gaming industry is a thriving sector that continues to grow and evolve. With a strong presence of game developers, studios, and gaming events, Vancouver has become a hub for gaming enthusiasts and professionals alike.</a>
</li>
<li>
<a href="videosgif-gaming-vancouver-best-companies">Vancouver, located on the beautiful west coast of Canada, is a vibrant city that is home to a growing gaming industry. With a strong community of gaming enthusiasts and talented developers, Vancouver has become a hub for some of the best gaming companies in the world. In this article, we will take a look at some of the top gaming companies in Vancouver that are making waves in the industry.</a>
</li>
<li>
<a href="videosgif-gaming-uk-government-business-support-programs">Are you interested in learning more about how the UK government supports gaming businesses through various support programs? In this blog post, we will explore some of the initiatives and resources available to gaming companies in the UK to help them thrive and grow.</a>
</li>
<li>
<a href="videosgif-gaming-tunisia-news">The gaming industry in Tunisia is gaining significant momentum, with a growing number of developers, players, and enthusiasts contributing to its flourishing ecosystem. From indie game studios to esports tournaments, Tunisia is rapidly becoming a hub for gaming in North Africa.</a>
</li>
<li>
<a href="videosgif-gaming-trends">Exploring the Latest Gaming Trends</a>
</li>
<li>
<a href="videosgif-gaming-top-irish-companies">When it comes to the gaming industry, Ireland has been making a significant impact with several top companies emerging as key players in the market. These companies have not only gained recognition locally but also globally for their innovative games and technology. Let's take a closer look at some of the top Irish gaming companies that are making waves in the industry.</a>
</li>
<li>
<a href="videosgif-gaming-top-children-books">Top Children's Books Inspired by Video Games</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<h2><a href="/" class="News-heading">READ MORE</a></h2>
<div class="imgprops" style="height:auto;">
<!-- Blog Post -->
<h6 style="border-top: 2px solid #aaa; color: grey; font-family: Berlin Sans FB;">
<svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 1 month ago
<span style="float:right" ><i>Category : </i> <a style="color:#113277" href="echo htmlentities($row['category'])"></a> </span>
</h6>
<div class=" postimgtop-con">
<img class="postimgtop" src="uploads/gaming-vancouver-top-startups_1.jpg" alt="Vancouver, known for its stunning natural landscapes and vibrant city life, is also a hotbed for gaming startups that are making waves in the industry. With a growing community of game developers, designers, and enthusiasts, Vancouver has become a hub for innovation and creativity in the gaming world. In this article, we will highlight some of the top gaming startups in Vancouver that are pushing boundaries and shaping the future of gaming.">
<div class="card-body" >
<h2 class="card-title-font">Vancouver, known for its stunning natural landscapes and vibrant city life, is also a hotbed for gaming startups that are making waves in the industry. With a growing community of game developers, designers, and enthusiasts, Vancouver has become a hub for innovation and creativity in the gaming world. In this article, we will highlight some of the top gaming startups in Vancouver that are pushing boundaries and shaping the future of gaming.</h2>
<a href="videosgif-gaming-vancouver-top-startups" class="btn btn-primary">Read More →</a>
</div>
</div>
<h6 style="border-top: 2px solid #aaa; color: grey; font-family: Berlin Sans FB;">
<svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 1 month ago
<span style="float:right" ><i>Category : </i> <a style="color:#113277" href="echo htmlentities($row['category'])"></a> </span>
</h6>
<div class=" postimgtop-con">
<img class="postimgtop" src="uploads/gaming-vancouver-business_1.jpg" alt="In the bustling city of Vancouver, Canada, the gaming industry is a thriving sector that continues to grow and evolve. With a strong presence of game developers, studios, and gaming events, Vancouver has become a hub for gaming enthusiasts and professionals alike.">
<div class="card-body" >
<h2 class="card-title-font">In the bustling city of Vancouver, Canada, the gaming industry is a thriving sector that continues to grow and evolve. With a strong presence of game developers, studios, and gaming events, Vancouver has become a hub for gaming enthusiasts and professionals alike.</h2>
<a href="videosgif-gaming-vancouver-business" class="btn btn-primary">Read More →</a>
</div>
</div>
<h6 style="border-top: 2px solid #aaa; color: grey; font-family: Berlin Sans FB;">
<svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 1 month ago
<span style="float:right" ><i>Category : </i> <a style="color:#113277" href="echo htmlentities($row['category'])"></a> </span>
</h6>
<div class=" postimgtop-con">
<img class="postimgtop" src="uploads/gaming-vancouver-best-companies_1.jpg" alt="Vancouver, located on the beautiful west coast of Canada, is a vibrant city that is home to a growing gaming industry. With a strong community of gaming enthusiasts and talented developers, Vancouver has become a hub for some of the best gaming companies in the world. In this article, we will take a look at some of the top gaming companies in Vancouver that are making waves in the industry.">
<div class="card-body" >
<h2 class="card-title-font">Vancouver, located on the beautiful west coast of Canada, is a vibrant city that is home to a growing gaming industry. With a strong community of gaming enthusiasts and talented developers, Vancouver has become a hub for some of the best gaming companies in the world. In this article, we will take a look at some of the top gaming companies in Vancouver that are making waves in the industry.</h2>
<a href="videosgif-gaming-vancouver-best-companies" class="btn btn-primary">Read More →</a>
</div>
</div>
<h6 style="border-top: 2px solid #aaa; color: grey; font-family: Berlin Sans FB;">
<svg viewBox="0 0 512 512" class="svg-clock" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg> 1 month ago
<span style="float:right" ><i>Category : </i> <a style="color:#113277" href="echo htmlentities($row['category'])"></a> </span>
</h6>
<div class=" postimgtop-con">
<img class="postimgtop" src="uploads/gaming-uk-government-business-support-programs_1.jpg" alt="Are you interested in learning more about how the UK government supports gaming businesses through various support programs? In this blog post, we will explore some of the initiatives and resources available to gaming companies in the UK to help them thrive and grow.">
<div class="card-body" >
<h2 class="card-title-font">Are you interested in learning more about how the UK government supports gaming businesses through various support programs? In this blog post, we will explore some of the initiatives and resources available to gaming companies in the UK to help them thrive and grow.</h2>
<a href="videosgif-gaming-uk-government-business-support-programs" class="btn btn-primary">Read More →</a>
</div>
</div>
</div>
<div class="imgprops" style="height:auto;"></div>
</div>
</div>
<!-- /.row -->
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<footer>
<h2 class="brand"><a href="/">videosgif<span style="color: #ff591cbb"> Gaming</span> Community</a></h2>
<div class="footer-content">
<div class="footer-section">
<h3 class="footer-title">videosgif</h3>
<p class="footer-description">The ultimate online resource for Gaming enthusiasts.</p>
<div id="clockbox" style="color:#aaa;text-align:center;"></div>
<script type="text/javascript">
var tday=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];
var tmonth=["January","February","March","April","May","June","July","August","September","October","November","December"];
function GetClock(){
var d=new Date();
var nday=d.getDay(),nmonth=d.getMonth(),ndate=d.getDate(),nyear=d.getFullYear();
var nhour=d.getHours(),nmin=d.getMinutes(),nsec=d.getSeconds(),ap;
if(nhour==0){ap=" AM";nhour=12;}
else if(nhour<12){ap=" AM";}
else if(nhour==12){ap=" PM";}
else if(nhour>12){ap=" PM";nhour-=12;}
if(nmin<=9) nmin="0"+nmin;
if(nsec<=9) nsec="0"+nsec;
var clocktext=""+tday[nday]+", "+tmonth[nmonth]+" "+ndate+", "+nyear+" "+nhour+":"+nmin+":"+nsec+ap+"";
document.getElementById('clockbox').innerHTML=clocktext;
}
GetClock();
setInterval(GetClock,1000);
</script>
<div class="footer-main-container">
<div>
<a href="javascript:void(0)" class="sub-container">Information</a>
<hr>
<p>Privacy Policy, Cookies Policy, Terms and Conditions. </a> <br>
<i class="fa fa-info-circle"></i> Donations accepted <br>
<a href="/terms-and-conditions"> Terms & Conditions </a>|<a href="/privacy-policy"> Privacy policy</a>|<a href="/cookies_policy">Cookies policy</a> |<a href="/faq">FAQ</a> <br>
Contact us: Feedback is very much appreciated! <br>
<a href="mailto:admin@videosgif.com">Email: admin@videosgif.com</a> </p>
</div>
<div>
<a href="javascript:void(0)" class="sub-container">Useful links</a>
<hr>
<a href="/">Home</a><br>
<a href="/submit_post">Submit Post</a> <br>
<a href="/gamer-social-networks">Gamer Social Networks</a> <br>
<a href="/lfg-platforms">LFG Platforms</a><br>
<a href="/clan-and-guild-communities">Clan and Guild Communities</a><br>
<a href="/streamer-and-content-creator-networks">Streamer and Content Creator Networs</a><br>
<a href="/gaming-events-and-tournaments">Gaming Events and Tournaments</a> <br>
<a href="/gaming-biographies">Biographies</a><br>
<a href="/blogs">Blogs</a><br>
</div>
<div>
<a href="javascript:void(0)" class="sub-container">Socials</a><br>
<hr>
<a href="https//www.videosgif.com" class="facb"><i class="fa fa-facebook"></i>Facebook</a><br>
<a href="https//www.videosgif.com" class="insg"><i class="fa fa-instagram"></i>Instagram</a><br>
<a href="https//www.videosgif.com" class="twit"><i class="fa fa-twitter"></i>Twitter</a><br>
<a href="https//www.videosgif.com" class="teleg"><i class="fa fa-telegram"></i>Telegram</a><br>
</div>
<div>
<a href="javascript:void(0)" class="sub-container"> Help & Support</a><br>
<hr>
<a href="/contact-us">Contact Us</a><br>
<a href="/about-us">About Us</a><br>
<a href="/advertise-with-us">Advertise With Us</a><br>
<a href="/write-for-us">Write for Us</a>
</div>
<div>
<a href="javascript:void(0)" class="sub-container"> Our Apps</a><br>
<hr>
<img src="/android-app.jpg" alt="android app">
<img src="/ios-app.jpg" alt="Ios app">
</div>
<div>
<a href="javascript:void(0)" class="sub-container"> Translate</a><br>
<hr>
<div id="ytWidget"></div><script src="https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=en&widgetTheme=dark&autoMode=false" type="text/javascript"></script>
</div>
<div class="newsletter-content">
<h2 class="section-title">Subscribe to Our Newsletter</h2>
<p class="newsletter-description">Stay up to date with the latest Gaming news, reviews, and more!</p>
<form class="newsletter-form" method="post">
<input type="email" name="email" placeholder="Enter your email">
<button type="submit" name="subscribe">Subscribe</button>
</form>
</div>
<style>
.newsletter-content {
color: white;
}
.footer-description {
color: white;
}
h3 {
color: white;
}
</style>
<hr>
</div>
</div>
<p class="footer-terms">Copyright © <script>document.write(new Date().getFullYear())</script> videosgif. All right reserved</p>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>