Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="overflow-x-hidden bg-gray-100 overlay">
- <nav class="relative flex flex-wrap items-center justify-between px-2 py-3 mb-3">
- <div class="container px-4 mx-auto flex flex-wrap items-center justify-between">
- <div class="w-full relative flex justify-between lg:w-auto px-4 lg:static lg:block lg:justify-start">
- <a class="text-3xl leading-relaxed inline-block mr-4 py-2 whitespace-nowrap text-white">
- <b>Social</b>Network
- </a>
- <button class="text-white cursor-pointer text-xl leading-none px-3 py-1 border border-solid border-transparent rounded bg-transparent block lg:hidden outline-none focus:outline-none" type="button" (click)="toggleNavbar()">
- <i class="fas fa-bars"></i>
- </button>
- </div>
- <div class="text-gray-600 lg:block hidden w-screen md:w-1/3 h-10 flex justify-center ">
- <div class="box-wrapper">
- <div class=" bg-white rounded flex items-center w-full p-3 shadow-sm border border-gray-200 justify-center">
- <input type="search" name="" id="" placeholder="Find" x-model="q" class="w-full pl-4 text-sm outline-none focus:outline-none bg-transparent">
- <button class="outline-none focus:outline-none">
- <svg class=" w-5 text-gray-600 h-5 cursor-pointer" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke="currentColor" viewBox="0 0 24 24">
- <path d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
- </svg>
- </button>
- </div>
- </div>
- </div>
- <div [ngClass]="{'hidden': !showMenu, 'flex': showMenu}" class="lg:flex lg:flex-grow items-center">
- <ul class="flex flex-col lg:flex-row list-none ml-auto">
- <a class="px-3 py-2 flex items-center text-xs uppercase font-bold leading-snug text-white hover:opacity-75">
- <li class="nav-item">
- <button class="relative bg-gray-700 hover:bg-gray-800 duration-300 py-2 px-4 text-gray-100 shadow-lg transform active:scale-x-75 transition-transform mx-5 flex">
- <i class="fas fa-upload"></i>
- Upload
- </button>
- </li>
- </a>
- <li class="nav-item">
- <a class="px-3 py-2 flex items-center text-xs uppercase font-bold leading-snug text-white hover:opacity-75">
- <button class="relative bg-blue-700 hover:bg-blue-800 duration-300 py-2 px-4 text-blue-100 rounded">
- <i class="fas fa-user"></i>
- <span class="absolute bg-red-600 px-2 py-1 text-xs font-bold rounded-full -top-3 -right-3">99+</span>
- </button>
- </a>
- </li>
- </ul>
- </div>
- </div>
- <!-- <ul class="flex flex-col lg:flex-row list-none ml-auto">
- <li class="nav-item">
- <button class="py-3 px-6 trelative bg-blue-700 hover:bg-blue-800 duration-300 py-2 px-4 text-blue-100 rounded py-3 px-6 shadow-lg md:inline-block mr-2"><i class="fas fa-upload"></i> Upload</button>
- </li>
- <li class="nav-item">
- <button class="relative bg-blue-700 hover:bg-blue-800 duration-300 py-2 px-4 text-blue-100 rounded py-3 px-6 shadow-lg"><i class="fas fa-user"></i>
- <span class="absolute bg-red-600 px-2 py-1 text-xs font-bold rounded-full -top-3 -right-3">99+</span>
- </button>
- </li>
- </ul> -->
- </nav>
- <hr class="text-gray-800">
- <ol class="flex justify-center breadcrumb">
- <li>
- <a class="text-blue-600 hover:text-blue-700">Video</a>
- </li>
- <li>
- <span class="text-gray-500 mx-2">/</span>
- </li>
- <li class="text-gray-500">People</li>
- <li>
- <span class="text-gray-500 mx-2">/</span>
- </li>
- <li class="text-gray-500">Documents</li>
- <li>
- <span class="text-gray-500 mx-2">/</span>
- </li>
- <li class="text-gray-500">Events</li>
- <li>
- <span class="text-gray-500 mx-2">/</span>
- </li>
- <li class="text-gray-500">Communities</li>
- <li>
- <span class="text-gray-500 mx-2">/</span>
- </li>
- <li class="text-gray-500">Favorit</li>
- <li>
- <span class="text-gray-500 mx-2">/</span>
- </li>
- <li class="text-gray-500">Channels</li>
- </ol>
- <hr class="text-gray-800">
- <div class="px-6 py-8">
- <div class="container flex justify-between mx-auto">
- <div class="w-full lg:w-10/12 ">
- <div class="flex items-center justify-between mb-2">
- <h1 class="text-xl font-bold text-gray-700 md:text-2xl">Videos</h1>
- <h1 class="text-xs text-blue-800 md:text-xs float-right cursor-pointer">Browse All Videos</h1>
- <div></div>
- </div>
- <ul class="grid">
- <li class="grid__item" *ngFor="let item of videoWatch; let i = index;">
- <a class="card">
- <div class="card__image">
- <video src="{{item.linkVideos}}" controls="controls"></video>
- </div>
- <article class="card__content">
- <h2 class="card__title font-bold ">{{item.desc}}</h2>
- <!-- <div class="card__body">
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet, eligendi.</p>
- </div> -->
- <div class="card__footer">
- <span class="text-xs">{{item.name}}</span>
- <span class="float-right text-xs">
- <i class="fas fa-eye"></i>
- {{item.view}}
- views</span>
- </div>
- </article>
- </a>
- </li>
- </ul>
- <br>
- <div class="flex items-center justify-between mb-2">
- <h1 class="text-xl font-bold text-gray-700 md:text-2xl">People</h1>
- <h1 class="text-xs text-gray-400 md:text-xs float-right">View All</h1>
- <div></div>
- </div>
- <ul class="grid">
- <li class="grid__item" *ngFor="let items of peoples;let i = index; let first = first ;let last = last;">
- <a class="card">
- <div class="card__image">
- <video src="{{items.linkVideos}}" controls="controls" *ngIf="!last"></video>
- <div class="input_field flex flex-col w-max mx-auto text-center" *ngIf="last">
- <svg class="text-gray-500 " xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor">
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12"/></svg>
- <label>
- <input class="text-sm cursor-pointer w-25 hidden" type="file" multiple="multiple">
- <div class="text bg-indigo-600 text-white border border-gray-300 rounded font-semibold cursor-pointer p-1 px-3 hover:bg-indigo-500">Select</div>
- </label>
- <div class="title text-indigo-500 uppercase">or drop files here</div>
- </div>
- </div>
- <article class="card__content" *ngIf="!last">
- <h2 class="card__title font-bold ">{{items.desc}}</h2>
- <!-- <div class="card__body">
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet, eligendi.</p>
- </div> -->
- <div class="card__footer">
- <span class="tag">{{items.name}}</span>
- <span class="float-right text-xs">
- <i class="fas fa-eye"></i>
- {{items.view}}
- views</span>
- </div>
- </article>
- </a>
- </li>
- </ul>
- <br>
- <div class="flex items-center justify-between mb-2">
- <h1 class="text-xl font-bold text-gray-700 md:text-2xl">Document</h1>
- <h1 class="text-xs text-gray-400 md:text-xs float-right cursor-pointer">Browse All Document</h1>
- <div></div>
- </div>
- <ul class="grid">
- <li class="grid__item" *ngFor="let item of videoWatch;let i = index;">
- <a class="card">
- <div class="card__image">
- <video src="{{item.linkVideos}}" controls="controls"></video>
- </div>
- <article class="card__content">
- <!-- <h2 class="card__title font-bold ">How To Improve Your Skill</h2> -->
- <!-- <div class="card__body">
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet, eligendi.</p>
- </div> -->
- <div class="card__footer"> <span class="tag">{{item.name}}</span>
- <span class="float-right text-xs">
- <i class="fas fa-eye"></i>
- {{item.view}}
- views</span>
- </div>
- </article>
- </a>
- </li>
- </ul>
- </div>
- <div class="hidden w-4/12 -mx-8 lg:block">
- <div
- class="w-full md:w-4/7">
- <!-- post 1 -->
- <h1 class="mb-4 text-xl font-bold text-gray-700 divide-y divide-gray-600">Activity
- <span class="text-sm font-light text-gray-600 float-right">View Timeline / Filter Activities</span>
- <hr></h1>
- <div class="rounded w-full flex flex-col md:flex-row mb-10" *ngFor="let activity of activities">
- <video src="{{activity.img}}" class="block md:hidden lg:block rounded-md h-64 md:h-32 m-4 md:m-0" controls="controls"></video>
- <div class="bg-white rounded px-4">
- <span class="text-green-700 text-sm hidden md:block">
- {{activity.name}}
- </span>
- <div class="md:mt-0 text-gray-800 font-semibold text-xl mb-2">
- {{ activity.desc}}
- </div>
- <p
- class="block md:hidden p-2 pl-0 pt-1 text-sm text-gray-600"><!-- Wonder matter now can estate esteem assure fat roused. Am performed on existence as discourse is. Pleasure friendly at marriage blessing or -->
- </p>
- <div class="text-gray-500 text-xs flex items-center mt-1">
- <i class="far fa-comments"></i>
- <span class="ml-1">{{activity.view}}</span>
- </div>
- </div>
- </div>
- </div>
- <div class="w-full md:w-4/7">
- <h1 class="mb-4 text-xl font-bold text-gray-700 divide-y divide-gray-600">Channels
- <span class="text-sm font-light text-gray-600 float-right">Browse All Channels</span>
- <hr></h1>
- <div class="sm:grid sm:h-32 sm:grid-flow-row sm:gap-3 sm:grid-cols-2 flex-none">
- <div class="flex flex-col justify-center px-4 py-4 bg-white border border-gray-300 shadow-md rounded" *ngFor="let chanelSocial of channel">
- <div>
- <div>
- <!-- <p class="flex items-center justify-end text-green-500 text-md">
- <span class="font-bold">6%</span>
- <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 fill-current" viewBox="0 0 24 24"><path class="heroicon-ui" d="M20 15a1 1 0 002 0V7a1 1 0 00-1-1h-8a1 1 0 000 2h5.59L13 13.59l-3.3-3.3a1 1 0 00-1.4 0l-6 6a1 1 0 001.4 1.42L9 12.4l3.3 3.3a1 1 0 001.4 0L20 9.4V15z"/></svg>
- </p> -->
- </div>
- <img src="{{chanelSocial.img}}" >
- <p class="text-lg font-light text-left text-gray-500">{{chanelSocial.name}}</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <footer class="px-6 py-2 text-gray-100 bg-gray-800">
- <div class="container flex flex-col items-center justify-between mx-auto md:flex-row">
- <a class="text-2xl font-bold">Brand</a>
- <p class="mt-2 md:mt-0">All rights reserved 2020.</p>
- <div class="flex mt-4 mb-2 -mx-2 md:mt-0 md:mb-0">
- <a class="mx-2 text-gray-100 hover:text-gray-400">
- <svg viewbox="0 0 512 512" class="w-4 h-4 fill-current">
- <path d="M444.17,32H70.28C49.85,32,32,46.7,32,66.89V441.61C32,461.91,49.85,480,70.28,480H444.06C464.6,480,480,461.79,480,441.61V66.89C480.12,46.7,464.6,32,444.17,32ZM170.87,405.43H106.69V205.88h64.18ZM141,175.54h-.46c-20.54,0-33.84-15.29-33.84-34.43,0-19.49,13.65-34.42,34.65-34.42s33.85,14.82,34.31,34.42C175.65,160.25,162.35,175.54,141,175.54ZM405.43,405.43H341.25V296.32c0-26.14-9.34-44-32.56-44-17.74,0-28.24,12-32.91,23.69-1.75,4.2-2.22,9.92-2.22,15.76V405.43H209.38V205.88h64.18v27.77c9.34-13.3,23.93-32.44,57.88-32.44,42.13,0,74,27.77,74,87.64Z"></path>
- </svg>
- </a>
- <a class="mx-2 text-gray-100 hover:text-gray-400">
- <svg viewbox="0 0 512 512" class="w-4 h-4 fill-current">
- <path d="M455.27,32H56.73A24.74,24.74,0,0,0,32,56.73V455.27A24.74,24.74,0,0,0,56.73,480H256V304H202.45V240H256V189c0-57.86,40.13-89.36,91.82-89.36,24.73,0,51.33,1.86,57.51,2.68v60.43H364.15c-28.12,0-33.48,13.3-33.48,32.9V240h67l-8.75,64H330.67V480h124.6A24.74,24.74,0,0,0,480,455.27V56.73A24.74,24.74,0,0,0,455.27,32Z"></path>
- </svg>
- </a>
- <a class="mx-2 text-gray-100 hover:text-gray-400">
- <svg viewbox="0 0 512 512" class="w-4 h-4 fill-current">
- <path d="M496,109.5a201.8,201.8,0,0,1-56.55,15.3,97.51,97.51,0,0,0,43.33-53.6,197.74,197.74,0,0,1-62.56,23.5A99.14,99.14,0,0,0,348.31,64c-54.42,0-98.46,43.4-98.46,96.9a93.21,93.21,0,0,0,2.54,22.1,280.7,280.7,0,0,1-203-101.3A95.69,95.69,0,0,0,36,130.4C36,164,53.53,193.7,80,211.1A97.5,97.5,0,0,1,35.22,199v1.2c0,47,34,86.1,79,95a100.76,100.76,0,0,1-25.94,3.4,94.38,94.38,0,0,1-18.51-1.8c12.51,38.5,48.92,66.5,92.05,67.3A199.59,199.59,0,0,1,39.5,405.6,203,203,0,0,1,16,404.2,278.68,278.68,0,0,0,166.74,448c181.36,0,280.44-147.7,280.44-275.8,0-4.2-.11-8.4-.31-12.5A198.48,198.48,0,0,0,496,109.5Z"></path>
- </svg>
- </a>
- </div>
- </div>
- </footer>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement