public function post_contact() { $info_array = ['from' => \Request::input("email"), 'from_name' => "User At Contact page", 'to' => social('admin_email'), 'to_name' => "Ahmed Badawy", 'subject' => "Msg From Contact Page in: " . base_url, "msg" => \Request::input('msg')]; // dd("hello"); $this->send_msg($info_array); return \Redirect::back()->with('s-msg', 'Message Was Sent'); // $response = \Event::fire(new \App\Events\testEvent()); }
<?php //================================= PRODUCT DETAIL ============================ ?> <section class="main-product"> <div class="image"><?php image($image_url, $keyword, $goto); ?> </div> <div class="info"> <h1><?php title($goto, $keyword); ?> </h1> <?php social($permalink, $keyword); ?> <div class="brand"><?php brand($brandLink, $brand); ?> </div> <hr> <div class="price">$<?php echo $price; ?> </div> <div class="button"> <span id="butt"> <?php button($goto, $keyword); ?>
?> </div><!-- #main --> <div class="clearfooter"></div> </div><!-- #page --> <footer id="footer" class="proxima-nova" role="contentinfo"> <div class="container"> <?php footerNav(); ?> <?php affliates(); ?> <div class="copyright"> <?php echo '<div class="socialConnect">'; social(); echo '</div> <span class="address">' . $address . '</span><span class="directionsMeta">' . $directions . '</span> <span class="copyrightMeta">' . $copyright . '</p>'; ?> </div> </div> </footer><!-- #colophon --> </div><!-- pagewrap --> <?php wp_footer(); ?> </body> </html>
<div class="status">Директор</div> <div class="address"><i class="fa fa-map-marker"></i>Донецк</div> <div class="social text-center"> <?php echo social($social_short); ?> </div> </div> <div class="col-xs-12 col-sm-2"> <img src="img/tanja.jpg" alt=""> <div class="name">Диорнева Татьяна</div> <div class="status">Директор</div> <div class="address"><i class="fa fa-map-marker"></i>Мариуполь</div> <div class="social text-center"> <?php echo social($social_short); ?> </div> </div> </div> </div> </div> <div class="wellcome" id="wellcome"> <div class="container"> <h2>Добро пожаловать в команду</h2> <form class="clearfix" action="#" method="get"> <input class="col-xs-12 col-sm-3" placeholder="Ваше имя" type="text" name="name"> <input class="col-xs-12 col-sm-3" placeholder="Телефон" type="tel" name="phone"> <input class="col-xs-12 col-sm-3" placeholder="E-mail адрес" type="email"> <button class="col-xs-12 col-sm-3">Присоединяйтесь <i class="fa fa-caret-right"></i></button>
<ul> <li><a href="">My Account</a></li> <li><a href="">Favorites</a></li> </ul> </div> <div> <h2>Partners</h2> <ul> <li><a href="">Bali Je t’aime</a></li> <li><a href="">Atlantis International</a></li> </ul> </div> <div class="gicontact"> <div class="flexbox flexbox-wrap justify-between"> <?php $social = social(); ?> @if(isset($social->facebook)) <a href="{{ $social->facebook }}" target="_blank"><span class="icon-facebook"></span></a> @endif @if(isset($social->google)) <a href="{{ $social->google }}" target="_blank"><span class="icon-google-plus"></span></a> @endif @if(isset($social->twitter)) <a href="{{ $social->twitter }}" target="_blank"><span class="icon-twitter"></span></a> @endif @if(isset($social->linkedin)) <a href="{{ $social->linkedin }}" target="_blank"><span class="icon-linkedin"></span></a> @endif @if(isset($social->youtube)) <a href="{{ $social->youtube }}" target="_blank"><span class="icon-youtube"></span></a>
function getFooter() { ?> <div id="divFooter" class="footerArea"> <div class="container"> <div class="divPanel"> <div class="row-fluid"> <div class="span6" id="footerArea1"> <h3>About Company</h3> <p>This is my startup company which I hope will grow to a flourishing business.</p> </div> <!-- <div class="span4" id="footerArea3"> <h3>Sample Content</h3> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s. </p> </div>--> <div class="span4 offset2" id="footerArea4"> <h3>Get in Touch</h3> <ul id="contact-info"> <li> <i class="general foundicon-phone icon"></i> <span class="field">Phone:</span> <br /> (636) 393 0035 / 314 262 9361 </li> <li> <i class="general foundicon-mail icon"></i> <span class="field">Email:</span> <br /> <a href="mailto:schoolboy1963@live.com" title="Email">schoolboy1963@live.com</a> </li> <li> <i class="general foundicon-home icon" style="margin-bottom: 50px"></i> <span class="field">Address:</span> <br /> 1520 Bertha Ln.<br /> Apt. D<br /> Pacific, MO. 63069 </li> </ul> </div> </div> <br /> <br /> <div class="row-fluid"> <div class="span12"> <p class="copyright"> Copyright © 2015 JWords Web. All Rights Reserved. </p> <div class="breadcrumbs"> <?php social(); ?> </div> </div> </div> <br /> </div> </div> </div> <script src="scripts/jquery.min.js" type="text/javascript"></script> <script src="scripts/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="scripts/default.js" type="text/javascript"></script> <script src="scripts/carousel/jquery.carouFredSel-6.2.0-packed.js" type="text/javascript"></script> <script type="text/javascript">$('#list_photos').carouFredSel({ responsive: true, width: '100%', scroll: 2, items: { width: 320, visible: { min: 2, max: 6 } } });</script> <script src="scripts/camera/scripts/camera.min.js" type="text/javascript"></script> <script src="scripts/easing/jquery.easing.1.3.js" type="text/javascript"></script> <script type="text/javascript">function startCamera() { $('#camera_wrap').camera({ fx: 'scrollLeft', time: 2000, loader: 'none', playPause: false, navigation: true, height: '65%', pagination: true }); } $(function () { startCamera() });</script> </body> </html> <?php }
</div> <div class="archive column"> <div class="inner"><h3>Archive</h3><?php echo archive_list(); ?> </div> </div> <div class="tagcloud column"> <div class="inner"><h3>Tags</h3><?php echo tag_cloud(); ?> </div> </div> <div class="social column"> <div class="inner"><h3>Follow</h3><?php echo social(); ?> </div> </div> </div> <div class="copyright"><?php echo copyright(); ?> </div> </footer> </div> </div> </div> <?php if (analytics()) { echo analytics();
<?php $index = ["img" => get_thumb($page_img), "title" => "My Ideas! - أفكارى", "desc" => "Just Testing & Documentating Some of My Projects & ideas & APIs", "desc2" => "ملحوظة: جميع البرامج هنا تجريبية - إذا كنت تريد شراء النسخ المكتملة منها يمكنك الإتصال بـ <span class='bright'>" . social('my_phone_1') . "</span>.", "itiration" => sr::projects()]; ?> @include(get_location("index"))
</div> <div class="footer"> <div class="container"> <div class="row"> <span class="col-xs-12 col-md-4 text-center">Сайт независимого консультанта компании </span> <div class="social col-xs-12 col-md-4 text-center"> <?php echo social($social_long); ?> </div> <div class="col-xs-12 col-md-4 text-center">Разработка сайта <p>студия www</p></div> </div> </div> </div> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.2/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <script src="../js/jquery.flexslider-min.js"></script> <script src="../js/bootstrap-hover-dropdown.js"></script> <script src="../js/jquery-ui.min.js"></script> <script src="../js/main.js"></script> </body> </html>
function email() { $socialSlices = social(); if ($socialSlices) { foreach ($socialSlices as $slice) { if ($slice->getSliceType() == 'email') { return $slice->getValue(); } } } }
<?php $index = ["img" => get_thumb($page_img), "title" => "My Chrome APPs !", "desc" => "My APPs on Google Chrome Plateform", "desc2" => "ملحوظة: جميع البرامج هنا تجريبية - إذا كنت تريد شراء النسخ المكتملة أو إضافة بعض الخواص لها يمكنك الإتصال بـ <span class='bright'>" . social('my_phone_1') . "</span>.", "itiration" => sr::external("chrome apps")]; ?> @section('breadcrumbs') @overwrite @section("media") @overwrite @section("css_add") .jumbotron{ background-color:rgba(0,0,0,.8) } section h4 a,section h4 a:hover,section h4 a:visited{ display:block; color:inherit; text-decoration: none; } .grid-elm2{ {{--background:rgba(0,0,0,.6);--}} color:white; padding: 10px; border:2px solid #333; {{--border-radius:15px;--}} {{--margin-bottom:10px;--}} height:200px; overflow-x:hidden; transition:all linear .2s; }