File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
<template slot="img" class="h-100 text-center">
8
8
<div class =" row h-50" >
9
9
10
- <div class =" col-4 carousel-height d-table" >
10
+ <div class =" col-6 carousel-height d-table" >
11
11
<div class =" card card-body d-table-cell align-middle text-center border-aau-color selection-phase-div" v-on:click =" selectedVPNOption(0)" >
12
12
<h3 class =" font-weight-bold" >NO VPN</h3 >
13
13
<p >Allows the user to connect Kali Linux machine on the browser.</p >
14
14
</div >
15
15
</div >
16
16
17
- <div class =" col-4 carousel-height d-table" >
18
- <div class =" card card-body d-table-cell align-middle text-center border-aau-color selection-phase-div" v-on:click =" selectedVPNOption(2)" >
19
- <h3 class =" font-weight-bold" >VPN + BROWSER</h3 >
20
- <p >Allows the user to connect Kali Linux machine on the browser and provide VPN connection.</p >
21
- </div >
22
- </div >
17
+ <!-- <div class="col-4 carousel-height d-table"> -- >
18
+ <!-- <div class="card card-body d-table-cell align-middle text-center border-aau-color selection-phase-div" v-on:click="selectedVPNOption(2)"> -- >
19
+ <!-- <h3 class="font-weight-bold">VPN + BROWSER</h3> -- >
20
+ <!-- <p>Allows the user to connect Kali Linux machine on the browser and provide VPN connection.</p> -- >
21
+ <!-- </div> -- >
22
+ <!-- </div> -- >
23
23
24
- <div class =" col-4 carousel-height d-table" >
24
+ <div class =" col-6 carousel-height d-table" >
25
25
<div class =" card card-body d-table-cell align-middle text-center border-aau-color selection-phase-div" v-on:click =" selectedVPNOption(1)" >
26
26
<h3 class =" font-weight-bold" >VPN ONLY</h3 >
27
27
<p >Allows the users to connect the Lab using the VPN. Kali Linux machine on the browser will be not available.</p >
You can’t perform that action at this time.
0 commit comments