๐Ÿ“ฆ sahkal / Portfolio_NEW

๐Ÿ“„ certificates.html ยท 90 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
  <title>CERTIFICATES</title>

  <!-- CSS  -->
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  <link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
  <link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
  <link rel="stylesheet" type="text/css" href="css/style1.css">
</head>
<body class="  light-green lighten-2">
  <nav class=" green darken-3" role="navigation">
    <div class="nav-wrapper container center"><a id="logo-container" href="index.html" class="brand-logo">HOME</a>
      <a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
    </div>
  </nav>
  <div class="section no-pad-bot" id="index-banner">
    <div class="container">
      <h1 class="header center black-text" style="font-size: 50px;  border-bottom: 2px solid ; ">CERTIFICATES</h1>
      </div>
      <div class="row center">
    <div class="carousel ">
    <a class="carousel-item " href="#one!"><img src="imgs/certificates/1.jpg"></a>
    <a class="carousel-item" href="#two!"><img src="imgs/certificates/2.jpg"></a>
    <a class="carousel-item" href="#three!"><img src="imgs/certificates/3.jpg"></a>
    <a class="carousel-item" href="#four!"><img src="imgs/certificates/4.jpg"></a>
    <a class="carousel-item" href="#five!"><img src="imgs/certificates/5.jpg"></a>
    <a class="carousel-item" href="#five!"><img src="imgs/certificates/6.png"></a>
    <a class="carousel-item" href="#five!"><img src="imgs/certificates/7.jpg"></a>
    <a class="carousel-item" href="#five!"><img src="imgs/certificates/8.jpg"></a>
    <a class="carousel-item" href="#five!"><img src="imgs/certificates/9.jpg"></a>
    <a class="carousel-item" href="#five!"><img src="imgs/certificates/10.jpg"></a>
  </div>
      </div>

    </div>
  </div>


  <div class="container">
    <div class="section">

       

    </div>
    <br><br>
  </div>

  <footer class="page-footer light-green darken-4">
    <div class="container">
      <div class="row">
        <div class="center">
          <h5 class="white-text">Bio</h5>
          <p class="grey-text text-lighten-4"><p>I am an enthusiastic <strong>Front-end</strong> developer.</p>
          <p>I believe everything gets better with practice <strong>And anyone can code! </strong></p>
          <p> Take a look at my <a href="#works">works</a> and my <a href="https://docs.google.com/uc?export=download&id=1TeqFDpxubbK0KnZRpyqh1HgjN4m2Qhqf" target="_blank">CV.</a> Feel free to <a href="#contact">connect</a> with me.</p></p>


        </div>
        
      </div>
    </div>
    <div class="footer-copyright">
      <div class="container center">
      Made by <a class="orange-text text-lighten-3" href="#">SAHKAL PODDAR</a>
      </div>
    </div>
  </footer>


  <!--  Scripts-->
  <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
  <script src="js/materialize.js"></script>
  <script src="js/init.js"></script>
  <script type="text/javascript">
    $(document).ready(function(){
    $('.carousel').carousel();
    autoplay();
  function autoplay() {
    $('.carousel').carousel('next');
    setTimeout(autoplay, 2500);
}
  });
  </script>
  </body>
</html>