1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 ">
5
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < meta http-equiv ='cache-control ' content ='no-cache '>
7
- < meta http-equiv ='expires ' content ='0 '>
7
+ < meta http-equiv ='cache-control ' content ='no-cache '>
8
+ < meta http-equiv ='expires ' content ='0 '>
8
9
< meta http-equiv ='pragma ' content ='no-cache '>
9
- < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC "
crossorigin ="
anonymous "
>
10
+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
11
+ integrity ="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC " crossorigin ="anonymous ">
10
12
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css ">
11
13
< link rel ="stylesheet " href ="./assets/css/root.css ">
12
-
13
- < title > Surprise</ title >
14
+ < link rel ="stylesheet " href ="./assets/css/style.css ">
15
+
16
+ < title > Surprise</ title >
14
17
</ head >
18
+
15
19
< body >
20
+ <!-- <div class="nav-container">
21
+ <button>All</button>
22
+ <button>About</button>
23
+ <button>Projects</button>
24
+ </div> -->
16
25
17
- < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
integrity ="
sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM "
crossorigin ="
anonymous "
> </ script >
26
+ < div class ="container " id ="cardContainer ">
27
+ < div class ="card " draggable ="true ">
28
+ < div class ="card-body ">
29
+ < h5 class ="card-title "> Card 1</ h5 >
30
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's
31
+ content.</ p >
32
+ </ div >
33
+ </ div >
34
+ < div class ="card " draggable ="true ">
35
+ < div class ="card-body ">
36
+ < h5 class ="card-title "> Card 2</ h5 >
37
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's
38
+ content.</ p >
39
+ </ div >
40
+ </ div >
41
+ < div class ="card " draggable ="true ">
42
+ < div class ="card-body ">
43
+ < h5 class ="card-title "> Card 3</ h5 >
44
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's
45
+ content.</ p >
46
+ </ div >
47
+ </ div >
48
+ < div class ="card " draggable ="true ">
49
+ < div class ="card-body ">
50
+ < h5 class ="card-title "> Card 4</ h5 >
51
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's
52
+ content.</ p >
53
+ </ div >
54
+ </ div >
55
+ < div class ="card " draggable ="true ">
56
+ < div class ="card-body ">
57
+ < h5 class ="card-title "> Card 5</ h5 >
58
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's
59
+ content.</ p >
60
+ </ div >
61
+ </ div >
62
+ < div class ="card " draggable ="true ">
63
+ < div class ="card-body ">
64
+ < h5 class ="card-title "> Card 6</ h5 >
65
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's
66
+ content.</ p >
67
+ </ div >
68
+ </ div >
69
+ < div class ="card " draggable ="true ">
70
+ < div class ="card-body ">
71
+ < h5 class ="card-title "> Card 7</ h5 >
72
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's
73
+ content.</ p >
74
+ </ div >
75
+ </ div >
76
+ </ div >
77
+
78
+
79
+ < script src ="./assets/js/main.js "> </ script >
80
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
81
+ integrity ="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM "
82
+ crossorigin ="anonymous "> </ script >
18
83
</ body >
84
+
19
85
</ html >
0 commit comments