Untitled

mail@pastecode.io avatar
unknown
html
a year ago
2.1 kB
4
Indexable
Never
<footer id="colophon" class="site-footer" itemscope="" itemtype="https://schema.org/WPFooter">
    <div class="top-footer">
    	<div class="container">
    		<div class="grid column-2">
                <div class="col">
    			    <section id="text-5" class="widget widget_text">
    			        <h2 class="widget-title" itemprop="name"><span class="title-wrap">Location</span></h2>			
    			<div class="textwidget"><div class="place-name">Monastero di San Basilio,</div>
                <div class="address">Piazza San Basilio, 67100 L’Aquila (AQ), Italy</div>
            </div>
		</section>	
    	</div>
                    				<div class="col">
    				   <section id="text-6" class="widget widget_text"><h2 class="widget-title" itemprop="name"><span class="title-wrap">Contact</span></h2>			<div class="textwidget"><p>cbms2023[at]cbms-conference[dot]org</p>
</div>
		</section>	
    				</div>
                                </div>
    		</div>
    	</div>
            <div class="bottom-footer">
		<div class="container">
			<div class="site-info">            
            <span class="copyright">© Copyright 2023 <a href="https://2023.cbms-conference.org/">IEEE CBMS 2023</a>. All Rights Reserved. </span><span class="author-link">The Conference | Developed by <a href="https://rarathemes.com/" rel="nofollow" target="_blank">Rara Theme</a></span><span class="wp-link"> Powered by <a href="https://wordpress.org/" target="_blank">WordPress</a>.</span>               
            </div>
		</div>
	</div>
        </footer>
        
.site-footer .top-footer {
    background: #212127;
    padding: 80px 0 20px 0;
}

body, button, input, select, optgroup, textarea {
    color: #353535;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.site-footer .bottom-footer {
    font-size: 0.8888em;
    font-weight: 400;
    text-align: center;
    background: #1e1e24;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
}