Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1367 | Rev 1378 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1367 Rev 1371
Línea 65... Línea 65...
65
                      >
65
                      >
66
                        {parse(description)}
66
                        {parse(description)}
67
                      </p>
67
                      </p>
68
                    )
68
                    )
69
                  }
69
                  }
70
                  {
-
 
71
                    !!country && (
-
 
72
                      <p
-
 
73
                        className="text-center"
-
 
74
                      >
-
 
75
                        <i className="pl-2 fa fa-map-marker px-2"></i>
-
 
76
                        {country}
-
 
77
                      </p>
-
 
78
                    )
-
 
79
                  }
-
 
80
                </div>
70
                </div>
81
              </div>
71
              </div>
82
              <div className={styles.userProfile__headerBackground}></div>
72
              <div className={styles.userProfile__headerBackground}></div>
-
 
73
              <div
83
              <ul className={styles.userProfile__connectionInfo}>
74
                className="row"
-
 
75
              >
84
                <li
76
                <div
85
                  className={styles.userProfile__connectionInfo__infoContainer}
77
                  className="col"
86
                >
78
                >
87
                  <p
79
                  <p
88
                    className={
80
                    className={
89
                      styles.userProfile__connectionInfo__infoContainer__title
81
                      styles.userProfile__connectionInfo__infoContainer__title
90
                    }
82
                    }
91
                  >
83
                  >
92
                    <i className="fa fa-eye" />
84
                    <i className="fa fa-eye" />
93
                    <span
-
 
94
                      className={
-
 
95
                        styles.userProfile__connectionInfo__infoContainer__info
-
 
96
                      }
-
 
97
                    >
-
 
98
                      {visits}
85
                    {visits}
99
                    </span>
-
 
100
                  </p>
86
                  </p>
101
                </li>
87
                </div>
102
                <li
88
                <div
103
                  className={styles.userProfile__connectionInfo__infoContainer}
89
                  className="col"
104
                >
90
                >
105
                  <p
91
                  <p
106
                    className={
92
                    className={
107
                      styles.userProfile__connectionInfo__infoContainer__title
93
                      styles.userProfile__connectionInfo__infoContainer__title
108
                    }
94
                    }
109
                  >
95
                  >
110
                    Conexiones
-
 
111
                    <span
-
 
112
                      className={
96
                    <i className="pl-2 fa fa-map-marker px-2"></i>
113
                        styles.userProfile__connectionInfo__infoContainer__info
-
 
114
                      }
-
 
115
                    >
-
 
116
                      {connections}
97
                    {country || ''}
117
                    </span>
-
 
118
                  </p>
98
                  </p>
119
                </li>
99
                </div>
-
 
100
                <div
-
 
101
                  className="col"
-
 
102
                >
-
 
103
                  <p
-
 
104
                    className={
-
 
105
                      styles.userProfile__connectionInfo__infoContainer__title
-
 
106
                    }
-
 
107
                  >
-
 
108
                    <i className="fa fa-share-alt" />
-
 
109
                    {connections}
-
 
110
                  </p>
-
 
111
                </div>
120
              </ul>
112
              </div>
121
            </div>
113
            </div>
122
            <div className={`${styles.widget} ${styles.mobile_widget}`}>
114
            <div className={`${styles.widget} ${styles.mobile_widget}`}>
123
              <div className={styles.widget__app}>
115
              <div className={styles.widget__app}>
124
                <a href="#">
116
                <a href="#">
125
                  <img
117
                  <img