Skip to content

Commit

Permalink
Revert "feature: added bootstrap, removed unused files"
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-gogia authored Oct 3, 2019
1 parent 6445f0d commit 96e0cee
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 11 deletions.
2 changes: 2 additions & 0 deletions adiver9_add
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hi! I am aditya
Recently i have worked on an warehouse management project
1 change: 1 addition & 0 deletions aksha123_add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
My contribution
1 change: 1 addition & 0 deletions chaudhari-pooja_add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
My contribution
1 change: 1 addition & 0 deletions coderkv2308_add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
My contribution
1 change: 0 additions & 1 deletion contributers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
6. [Deepa Prajapati](https://github.com/Deepa003)
7. [Taniya Thawani](https://github.com/Tanster221)
8. [Neerad Vaidya](https://github.com/nsvaidya)
9. [Omurbek Kadyrbekov](https://github.com/omurbekjk)
1 change: 1 addition & 0 deletions contribution_add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
my contribution
14 changes: 5 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<head>
<link href="https://fonts.googleapis.com/css?family=K2D" rel="stylesheet">
<link rel="stylesheet" href="./basic.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>

</head>
<body>
Expand All @@ -16,14 +12,14 @@
<p style="color:#BFBFBF; font-size: 4rem;">KameKazi. <br> <span style="font-size:2rem">Send Secure, encrypted messages.</span></p>
</div>


<form method="POST">
<div class="form-group">
<h1>Message</h1>
<textarea name="umsg" class="form-control"></textarea>
</div>
<button type="submit" class="btn btn-primary">Send</button>
<h1>Message</h1>
<textarea name="umsg"></textarea>
<input type="submit" name="send-msg" value="Send" />
</form>


<!-- The script for the landing page -->
<script>
var landingPage = document.querySelector('#landing-page');
Expand Down
2 changes: 1 addition & 1 deletion kazi.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func decrypt(encrypted string, password [32]byte) (string, error) {
var nonce [24]byte
parts := strings.SplitN(encrypted, ":", 2)
if len(parts) < 2 {
return "", fmt.Errorf("expected nonce")
return "", fmt.Errorf("Expected nonce")
}

bs, err := hex.DecodeString(parts[0])
Expand Down
1 change: 1 addition & 0 deletions kmogra_add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MY contribution
1 change: 1 addition & 0 deletions priyanka_add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
My contribution.
1 change: 1 addition & 0 deletions rsutariya.add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
My Contrubation
1 change: 1 addition & 0 deletions sagarchaturvedi19_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sample_1
1 change: 1 addition & 0 deletions swapen28_add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
colour and form perception

0 comments on commit 96e0cee

Please sign in to comment.