user.blade.php 4.43 KB

@extends('layouts.app')

@section('content')

    <!-- Navigation -->
    <!-- <nav class="navbar navbar-expand-lg navbar-dark fixed-top" style="background-color: #ff6600">
      <div class="container">
        <a class="navbar-brand" href="#">Start Bootstrap</a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarResponsive">
          <ul class="navbar-nav ml-auto">
            <li class="nav-item active">
              <a class="nav-link" href="#">Home
                <span class="sr-only">(current)</span>
              </a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">About</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">Services</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">Contact</a>
            </li>
          </ul>
        </div>
      </div>
    </nav> -->

    <!-- Page Content -->
    <div class="container">

      <!-- Introduction Row -->
      <h1 class="my-4 text-center">Group 7</h1>
      <hr>

      <!-- Team Members Row -->
      <div class="row">
        <div class="col-lg-12">
          <h2 class="my-4">About Team</h2>
        </div>
        <div class="col-lg-4 col-sm-6 text-center mb-4">
          <img class="rounded-circle img-fluid d-block mx-auto" style="width: 200px" src="{{ url('image/profile_mai.jpg')}}" alt="">

          <h3>ปิยังกูร  สอนส่งกลิ่น

            <small>(ไม้)</small>
          </h3>
          <p><u><b>ตำแหน่ง</b></u> พัฒนาระบบจองห้องคอมพิวเตอร์</p>
          <a href="https://www.facebook.com/profile.php?id=100010510270635" style="text-decoration:none">
          <img src="{{ url('image/icon_face.png')}}" style="width: 50px" >&nbsp&nbsp&nbsp&nbsp
        </a>
        <a href="http://projectcs.sci.ubu.ac.th/piyunggur" style="text-decoration:none">
          <img src="{{ url('image/icon_git.png')}}" style="width: 50px" >
          </a>
        </div>


        <div class="col-lg-4 col-sm-6 text-center mb-4">
          <img class="rounded-circle img-fluid d-block mx-auto" style="width: 200px" src="{{ url('image/profile_four.jpg')}}" alt="">
          <h3>นรากร  วิเชียรไชย
            <small>(โฟร์)</small>
          </h3>
          <p><u><b>ตำแหน่ง</b></u> ติดต่อฐานข้อมูล SQL และดูแลระบบงานต่าง ๆ</p>
          <a href="https://www.facebook.com/narakornsiam" style="text-decoration:none">
          <img src="{{ url('image/icon_face.png')}}" style="width: 50px" >&nbsp&nbsp&nbsp&nbsp
        </a>
        <a href="http://projectcs.sci.ubu.ac.th/Inwfour" style="text-decoration:none">
          <img src="{{ url('image/icon_git.png')}}" style="width: 50px" >
          </a>
        </div>


        <div class="col-lg-4 col-sm-6 text-center mb-4">
          <img class="rounded-circle img-fluid d-block mx-auto" style="width: 200px" src="{{ url('image/profile_por.jpg')}}" alt="">
          <h3>กุลสตรี  สายโสภา
            <small>(ปอ)</small>
          </h3>
          <p><u><b>ตำแหน่ง</b></u> ดูแลหน้าใช้งานต่าง ๆ ของเว็บ</p>
          <a href="https://www.facebook.com/Porsche.kiki.90" style="text-decoration:none">
          <img src="{{ url('image/icon_face.png')}}" style="width: 50px" >&nbsp&nbsp&nbsp&nbsp
        </a>
        <a href="http://projectcs.sci.ubu.ac.th/kunlasatri" style="text-decoration:none">
          <img src="{{ url('image/icon_git.png')}}" style="width: 50px" >
          </a>
        </div>

      </div>

    </div>

    <!-- /.container -->

    <!-- Footer -->
    <footer class="py-4" style="background-color: #ff6600">
      <div class="container">
        <p class="m-0 text-center text-white">Copyright &copy; Your Website 2018</p>
      </div>
      <!-- /.container -->
    </footer>

    <!-- Bootstrap core JavaScript -->
    <script src="vendor/jquery/jquery.min.js"></script>
    <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
    @endsection