SingleMobileInsight.vue 5.94 KB
<template>
  <main class="landing-page">
   
    <div class="container-fluid episode-intro">
    <nav class="navbar navbar-expand-sm spotLight-nav">
        <a class="navbar-brand" href="#"><img src="../assets/images/logo.png"></a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample03" aria-controls="navbarsExample03" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
          <span class="navbar-toggler-icon"></span>
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="user-profile-photo insights-profile">
          <a href="#"><img src="../assets/images/lock.svg"></a>
        </div>
      </nav>
      <!-- menu wrapper -->
    <div class="intro-startup">
     <div class="single-mobileInsight">
          <img src="../assets/images/slide.png" class="slide-img" /> 
             <div class="single-left-Insight-comments">
                 <img src="../assets/images/author-thoughts.svg" class="author-thoughts" />
            <div class="single-author-li-comments">
            <div class="a-intro-comments custom-c-style">
               <p>I wonder what the difference between “ <strong>Dunzo Assistant </strong>” and “<strong>Pickup and Drop </strong>” are. If they are the same, there are two “call to actions” for the same workflow</p>
               <ul class="rly-comment-set">
                   <li><img src="../assets/images/color-heart.svg" /> <a href="#">4</a></li>
                      <li><img src="../assets/images/rply.svg" /> <a href="#">Reply</a></li>
               </ul>
                </div><!-- comments box -->
            </div><!-- single author comments -->
             <div class="single-author-li-comments">
            <div class="a-intro-comments custom-c-style">
               <p>I wonder what the difference between “ <strong>Dunzo Assistant </strong>” and “<strong>Pickup and Drop </strong>” are. If they are the same, there are two “call to actions” for the same workflow</p>
               <ul class="rly-comment-set">
                   <li><img src="../assets/images/color-heart.svg" /> <a href="#">4</a></li>
                      <li><img src="../assets/images/rply.svg" /> <a href="#">Reply</a></li>
               </ul>
                </div><!-- comments box -->
            </div><!-- single author comments -->
         </div><!-- single mobile Left insight  -->
     <div class="single-m-Insight-comments">
            <div class="single-author-li-comments">
            <div class="a-intro-comments">
               <p>I wonder what the difference between “ <strong>Dunzo Assistant </strong>” and “<strong>Pickup and Drop </strong>” are. If they are the same, there are two “call to actions” for the same workflow</p>
               <ul class="rly-comment-set">
                   <li><img src="../assets/images/color-heart.svg" /> <a href="#">4</a></li>
                      <li><img src="../assets/images/rply.svg" /> <a href="#">Reply</a></li>
               </ul>
                </div><!-- comments box -->
            </div><!-- single author comments -->
             <div class="single-author-li-comments">
            <div class="a-intro-comments">
               <p>I wonder what the difference between “ <strong>Dunzo Assistant </strong>” and “<strong>Pickup and Drop </strong>” are. If they are the same, there are two “call to actions” for the same workflow</p>
               <ul class="rly-comment-set">
                   <li><img src="../assets/images/color-heart.svg" /> <a href="#">4</a></li>
                      <li><img src="../assets/images/rply.svg" /> <a href="#">Reply</a></li>
               </ul>
                </div><!-- comments box -->
            </div><!-- single author comments -->
         </div><!-- single mobile Right insight  -->
        </div><!-- Single Mobile Insight -->
      <div class="footer-nav">
        <div class="footer-top white-bg">
              <ul class="top-intro-bt">
            <li><a href="#"><img src="../assets/images/skip-prev.svg"> Prev</a></li>
             <li><a href="#"><img src="../assets/images/skip-next.svg"> Skip to next slide</a></li>
          </ul>
          <div class="ft-comments-group">
              <span class="count-comments">16+ Comments</span><!-- count commets -->
              <ul class="comments-photos">
                  <li><img src="../assets/images/c-photo-1.png" /></li>
                  <li><img src="../assets/images/c-photo-2.png" /></li>
                  <li><img src="../assets/images/c-photo-3.png" /></li>
                  </ul><!-- comment photos -->
                  <div class="comments-detail">
                      <span>Saudrika commented <a href="#">View All</a></span>
                      <p>I wonder what the difference between “Dunzo Assistant” and “Pickup and Drop...</p>
                      </div><!-- comments detail -->
                  
              </div><!-- comments Group -->
                  <div class="comment-frm">
                           <div class="form-group frm-wdth">
    <input type="text" class="form-control" placeholder="Kathy, Something on your mind?" id="">
  </div>
  <a href="#" class="add-comment"><img src="../assets/images/add-comment.svg" /> Comment</a>
                          </div><!-- comment from -->
          </div><!-- footer top -->
        <div class="footer-bottom">
          <ul>
            <li class="active"></li>
             <li></li>
          </ul>
          </div><!-- footer top -->
        </div><!-- footer -->
    
    </div>
      <!-- body wrapper -->
    </div>
    <!-- main wrapper -->
  </main>
</template>

<script>
import Vue from "vue";
import router from "../router";

export default {
  name: "SingleMobileInsight",

  data() {
    return {};
  },
  mounted() {},
  methods: {
    goToLogin() {
      this.$router.push("/");
    },
    goToSignUp() {
      this.$router.push("/signup");
    },
    
  },
};
</script>