mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-19 08:35:19 +00:00
Removed useless files
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
<section id="donate" class="cta-donate">
|
||||
<div class="cta-content-donate">
|
||||
<div class="container">
|
||||
<h2>Give me happiness.</h2>
|
||||
<h3 style="color:white">Make a donation now, by buttons below.</h3>
|
||||
<a href="https://blockchain.info/address/1B9rDoFCndbsKXL9QiefUcUGUbJH9Y1i6M" style="margin-bottom: 2em;" class="btn btn-outline btn-xl page-scroll">Donate <i class="fa fa-bitcoin fa-2x"></i>!</a>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<input type="hidden" name="cmd" value="_s-xclick" />
|
||||
<input type="hidden" name="hosted_button_id" value="3KWMZMMU5TZ8U" />
|
||||
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate" />
|
||||
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="overlay-donate"></div>
|
||||
</section>
|
@ -1,14 +0,0 @@
|
||||
<section id="download" class="download bg-primary text-center">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<h2 class="section-heading">Make your good deed of the day!</h2>
|
||||
<p>It supports the development of this theme via one of the good deeds that can help to improve it!</p>
|
||||
<div class="badges">
|
||||
<a style="color:black" class="btn btn-outline btn-xl page-scroll" href="#why">Antonio, I'll help</a>
|
||||
<a class="btn btn-outline btn-xl page-scroll" href="#portfolio">I'm selfish</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -2,7 +2,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<h2 class="section-heading">Comunic is everywhere!</h2>
|
||||
<h2 class="section-heading">Comunic is everywhere!</h2>
|
||||
<p>Use Comunic in your browser or on Android!</p>
|
||||
<div class="badges">
|
||||
<a class="btn btn-outline btn-xl" href="{{ site.app_url }}">Web Application</a>
|
||||
|
@ -1,40 +1,19 @@
|
||||
|
||||
<section id="contact" class="contact bg-primary">
|
||||
<div class="container">
|
||||
<h2>We <i class="fa fa-heart"></i> new friends!</h2>
|
||||
<ul class="list-inline list-social">
|
||||
{% for network in site.social %}
|
||||
<li class="social-{{ network.title }}">
|
||||
<a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa fa-fw fa-{{ network.title }}"></i></a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<!-- <ul class="list-inline list-social">
|
||||
<li class="social-twitter">
|
||||
<a href="#"><i class="fa fa-twitter"></i></a>
|
||||
</li>
|
||||
<li class="social-facebook">
|
||||
<a href="#"><i class="fa fa-facebook"></i></a>
|
||||
</li>
|
||||
<li class="social-google-plus">
|
||||
<a href="#"><i class="fa fa-google-plus"></i></a>
|
||||
</li>
|
||||
</ul> -->
|
||||
</div>
|
||||
</section>
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2016 theme by <a rel="nofollow" target="blank" href="https://startbootstrap.com/template-overviews/new-age/">Start Bootstrap</a> Built with <a target="_blank" rel="nofollow" href="https://jekyllrb.com/">Jekyll</a> by <a target="_blank" rel="nofollow" href="https://it.linkedin.com/in/antoniotrento">Antonio Trento</a> hosted on <a target="_blank" rel="nofollow" href="https://github.com/jekynewage/jekynewage.github.io">Github</a>. All Rights Reserved.</p>
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<a href="#">Privacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Terms</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">FAQ</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="container">
|
||||
<p>
|
||||
© 2018 Comunic. All Rights Reserved.<br />
|
||||
© 2016 theme based on <a rel="nofollow" target="_blank" href="https://startbootstrap.com/template-overviews/new-age/">Start Bootstrap</a>.<br />
|
||||
</p>
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<a href="#">Privacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Terms</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">FAQ</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<section class="cta">
|
||||
<div class="cta-content">
|
||||
<div class="container">
|
||||
<h2>Help it. By<br>little actions.</h2>
|
||||
<a href="/funds" class="btn btn-outline btn-xl page-scroll">How I can?!</a>
|
||||
<h2>We need your help!</h2>
|
||||
<a href="/funds" class="btn btn-outline btn-xl page-scroll">Donate now !</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
@ -1,54 +0,0 @@
|
||||
<section id="why">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
<h2 class="section-heading">How can I help?</h2>
|
||||
<hr class="primary">
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-md-6 text-center">
|
||||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-code wow bounceIn text-primary"></i>
|
||||
<h3>Improving the code</h3>
|
||||
<p class="text-muted">If you have development expertise in Jekyll, SEO or Web Design I'll thank you to give me your opinion, or could send a <a target="_blank" href="https://github.com/jekynewage/jekynewage.github.io">pull request</a>. Ruby, JavaScript, HTML and CSS developers are welcome here! I look forward to sharing my ideas of web marketing and grow hacking with you!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 text-center">
|
||||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-bitcoin wow bounceIn text-primary" data-wow-delay=".1s"></i>
|
||||
<h3>Donate for freedom</h3>
|
||||
<p class="text-muted"><a class="page-scroll" href="#donate">A donation</a> for my freedom would be fantastic! After all, the goal of all is to get it is not so? Remember that, I will appreciate much more those who contacted me after making a small donation, you think i like to work for free?! If you do not know what is Bitcoin, <a target="_blank" href="http://www.coindesk.com/information/what-is-bitcoin/">you can find out which</a>, I believe a lot in this project to give freedom to many around the world!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 text-center">
|
||||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-linkedin wow bounceIn text-primary" data-wow-delay=".2s"></i>
|
||||
<h3>Give me authority</h3>
|
||||
<p class="text-muted">I'm trying to grow hack myself on <a target="_blank" href="https://it.linkedin.com/in/antoniotrento">LinkedIn</a>, a recommendation more on my profile could make a difference to my professional career, what do you say to help this? Connect with me via email lantoniotrento[at]gmail.com and leave a recommendation and some endorsment, are appreciated as much as the donations!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 text-center">
|
||||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-key wow bounceIn text-primary" data-wow-delay=".3s"></i>
|
||||
<h3>Let's help each other</h3>
|
||||
<p class="text-muted">We can help each other if you want, if you help me with a sizable donation you give me the opportunity to evaluate <a target="_blank" href="https://keybase.io/antoniotrento">your invitation on KeyBase</a> (there are only 25000 invitations available), the portal created to keep your privacy intact while remaining confident of dealing with people honest and real in bitcoin circuit!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
<br />
|
||||
<hr class="primary">
|
||||
<h3>Mail me at lantoniotrento[at]gmail.com for any kind of info</h3>
|
||||
<hr class="primary">
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -1,29 +0,0 @@
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-7">
|
||||
<div class="header-content">
|
||||
<div class="header-content-inner">
|
||||
<h1>Thanks for land here! I'm Antonio the creator of Jekynewage</h1>
|
||||
<a href="#download" class="btn btn-outline btn-xl page-scroll">Need help!</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-5">
|
||||
<div class="device-container">
|
||||
<div class="device-mockup iphone6_plus portrait white">
|
||||
<div class="device">
|
||||
<div class="screen">
|
||||
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
|
||||
<img src="/img/demo-screen-1.jpg" class="img-responsive" alt="">
|
||||
</div>
|
||||
<div class="button">
|
||||
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
@ -1,31 +0,0 @@
|
||||
<div class="outer-menu">
|
||||
<input class="checkbox-toggle" type="checkbox" />
|
||||
<div class="hamburger">
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div>
|
||||
<div>
|
||||
<ul>
|
||||
<li><a href="/">Blog</a></li>
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="/blog/">Blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#contact">Contact</a>
|
||||
</li>
|
||||
{% for social in site.social %}
|
||||
{% if social.url %}
|
||||
<li><a class="icon-{{ social.icon }}" href="{{ social.url }}" {% if social.desc %} title="{{ social.desc }}"{% endif %}>
|
||||
<i class="fa fa-{{ social.icon }}"></i>
|
||||
</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -1,34 +0,0 @@
|
||||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
||||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
|
||||
</button>
|
||||
<a class="navbar-brand page-scroll" href="/">Jeky New Age</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="/funds">Help the project</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="/blog/">Blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#contact">Contact</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="outer-menu">menu</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
</div>
|
||||
<!-- /.container-fluid -->
|
||||
</nav>
|
@ -1,40 +0,0 @@
|
||||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
||||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
|
||||
</button>
|
||||
<a class="navbar-brand page-scroll" href="/">Jeky New Age</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#download">What</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#why">How</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#features">When</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#donate">Donate</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#contact">Contact</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/blog/">Blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
</div>
|
||||
<!-- /.container-fluid -->
|
||||
</nav>
|
@ -1,123 +0,0 @@
|
||||
<section id="portfolio" class="download bg-primary text-center">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<h2 class="section-heading">Do you have a better way to help? <i style="color:#21cddb" class="fa fa-globe"></i></h2>
|
||||
<p>I'm open to any form of help! If you have an idea to help put it immediately in place, or if you need to contact me to implement it write to lantoniotrento[at]gmail.com</p>
|
||||
<hr>
|
||||
{% if site.data-ad-client %}
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- jekynewage -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="{{ site.data-ad-client }}"
|
||||
data-ad-slot="{{ site.data-ad-slot }}"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
{% endif %}
|
||||
<hr>
|
||||
<h3>For example by sharing this page via the buttons below</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="no-padding" id="portfolio">
|
||||
<div class="container-fluid">
|
||||
<div class="row no-gutter">
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fjekynewage.github.io/funds/%2F&src=sdkpreparse" class="portfolio-box">
|
||||
<img src="/img/portfolio/facebook.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Facebook
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Share the project via Facebook
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a target="_blank" href="https://twitter.com/home?status=Hey!%20Please%20help%20%40lantoniotrento%20grow%20his%20jekyll%20theme%20by%20share%20https%3A//jekynewage.github.io/funds/%20%23jekyll%20%23github%20%23webmarketing" class="portfolio-box">
|
||||
<img src="/img/portfolio/twitter.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Twitter
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Share the project via Twitter
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=https://jekynewage.github.io/funds/&title=JekyNewAge%20Bootstrap%20Jekyll
|
||||
&summary=Hey%20Please%20help%20%40lantoniotrento%20grow%20his%20jekyll%20theme%20by%20share%20it&source=LinkedIn" class="portfolio-box">
|
||||
<img src="/img/portfolio/linkedin.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
LinkedIn
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Share the project via LinkedIn
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a target="_blank" href="https://plus.google.com/share?url=https://jekynewage.github.io/funds/" class="portfolio-box">
|
||||
<img src="/img/portfolio/google.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Google +
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Give me a +
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a target="_blank" href="https://www.pinterest.com/pin/create/button/?url=https%3A//catsonweb.github.io&media=https%3A//jekynewage.github.io/img/demo-screen-1.jpg&description=Hey%20Have%20a%20look%20at%20the%20jekynewage%20theme%20built%20for%20Jekyll%20by%20%40antoniotrento%20https%3A//jekynewage.github.io" class="portfolio-box">
|
||||
<img src="/img/portfolio/pinterest.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Pinterest
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Pin the project
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a target="_blank" href="whatsapp://send?text=Hey check out this jekyll theme http://jekynewage.github.io" class="portfolio-box">
|
||||
<img src="/img/portfolio/whatsapp.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Whatsapp
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Send a message to a friend
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -1,120 +0,0 @@
|
||||
<section id="portfolio" class="download bg-primary text-center">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<h2 class="section-heading">Our best products! <i style="color:#21cddb" class="fa fa-globe"></i></h2>
|
||||
<p>Try our amazing products</p>
|
||||
<hr>
|
||||
{% if site.data-ad-client %}
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- jekynewage -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="{{ site.data-ad-client }}"
|
||||
data-ad-slot="{{ site.data-ad-slot }}"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="no-padding" id="portfolio">
|
||||
<div class="container-fluid">
|
||||
<div class="row no-gutter">
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a href="#" class="portfolio-box">
|
||||
<img src="/img/portfolio/1.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Category
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Project Name
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a href="#" class="portfolio-box">
|
||||
<img src="/img/portfolio/2.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Category
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Project Name
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a href="#" class="portfolio-box">
|
||||
<img src="/img/portfolio/3.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Category
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Project Name
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a href="#" class="portfolio-box">
|
||||
<img src="/img/portfolio/4.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Category
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Project Name
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a href="#" class="portfolio-box">
|
||||
<img src="/img/portfolio/5.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Category
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Project Name
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a href="#" class="portfolio-box">
|
||||
<img src="/img/portfolio/6.jpg" class="img-responsive" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Category
|
||||
</div>
|
||||
<div class="project-name">
|
||||
Project Name
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -1,65 +0,0 @@
|
||||
|
||||
<section id="features" class="features">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
<div class="section-heading">
|
||||
<h2>Give and receive</h2>
|
||||
<p class="text-muted">Anyone who decides to help, they will, as far as possible and my abilities, to help each other with:</p>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="device-container">
|
||||
<div class="device-mockup iphone6_plus portrait white">
|
||||
<div class="device">
|
||||
<div class="screen">
|
||||
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
|
||||
<img src="/img/demo-screen-1.jpg" class="img-responsive" alt=""> </div>
|
||||
<div class="button">
|
||||
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="feature-item">
|
||||
<i class="icon-cup text-primary"></i>
|
||||
<h3>Free consultation</h3>
|
||||
<p class="text-muted">I can put at your disposal the knowledge of web marketing and grow hacking acquired through years of study and adapt them to your business ideas, advising how best to act in your specific case.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="feature-item">
|
||||
<i class="icon-mustache text-primary"></i>
|
||||
<h3>Crypto coin help</h3>
|
||||
<p class="text-muted">I can help you find the best tools on the web to work with the crypto coins, make payments, purchases, trading and exchange them for money.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="feature-item">
|
||||
<i class="icon-energy text-primary"></i>
|
||||
<h3>Helping with development</h3>
|
||||
<p class="text-muted">To the best of my knowledge, I can help you build your business on the internet if you're a small business, an entrepreneur, a freelancer or a student.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="feature-item">
|
||||
<i class="icon-social-twitter text-primary"></i>
|
||||
<h3>Social Sharing</h3>
|
||||
<p class="text-muted">To share on my network who you are, what you do and what do you do.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user